summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_process_host.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 15:18:37 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 15:18:37 +0000
commita43858f7591e67408d501f885ec1317b5e9ceed5 (patch)
tree25fca48be7bad7adef0f6daa889faa58595f0cf2 /content/browser/gpu/gpu_process_host.h
parent3dd9cac4686d0ce713741b35ef7b6e00e5235109 (diff)
downloadchromium_src-a43858f7591e67408d501f885ec1317b5e9ceed5.zip
chromium_src-a43858f7591e67408d501f885ec1317b5e9ceed5.tar.gz
chromium_src-a43858f7591e67408d501f885ec1317b5e9ceed5.tar.bz2
Use a direct include of time headers in content/, part 1.
BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/18152002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_process_host.h')
-rw-r--r--content/browser/gpu/gpu_process_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 7acf083..e835d02 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -14,7 +14,7 @@
#include "base/containers/hash_tables.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "content/browser/gpu/gpu_surface_tracker.h"
#include "content/common/content_export.h"
#include "content/common/gpu/gpu_memory_uma_stats.h"