commit | a43858f7591e67408d501f885ec1317b5e9ceed5 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 28 15:18:37 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 28 15:18:37 2013 |
tree | 25fca48be7bad7adef0f6daa889faa58595f0cf2 | |
parent | 3dd9cac4686d0ce713741b35ef7b6e00e5235109 [diff] [blame] |
Use a direct include of time headers in content/, part 1. BUG=254986 TEST=none [email protected] Review URL: https://codereview.chromium.org/18152002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209148 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/renderer_host/compositing_iosurface_mac.h b/content/browser/renderer_host/compositing_iosurface_mac.h index c470fa0..22d6749 100644 --- a/content/browser/renderer_host/compositing_iosurface_mac.h +++ b/content/browser/renderer_host/compositing_iosurface_mac.h
@@ -16,8 +16,8 @@ #include "base/mac/scoped_cftyperef.h" #include "base/memory/scoped_ptr.h" #include "base/synchronization/lock.h" -#include "base/time.h" -#include "base/timer.h" +#include "base/time/time.h" +#include "base/timer/timer.h" #include "media/base/video_frame.h" #include "ui/base/latency_info.h" #include "ui/gfx/native_widget_types.h"