Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Unified Diff: content/plugin/webplugin_proxy.h

Issue 18154002: Use a direct include of time headers in content/, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/gpu/gpu_watchdog_thread.h ('k') | content/port/browser/render_widget_host_view_frame_subscriber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/webplugin_proxy.h
diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h
index 8419e987149f91b4668679652b30b5394a1396a9..43e8a7461ec31ebd15cad8d74edf5aadcc0d5001 100644
--- a/content/plugin/webplugin_proxy.h
+++ b/content/plugin/webplugin_proxy.h
@@ -16,7 +16,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/shared_memory.h"
-#include "base/timer.h"
+#include "base/timer/timer.h"
#include "googleurl/src/gurl.h"
#include "ipc/ipc_message.h"
#include "skia/ext/refptr.h"
« no previous file with comments | « content/gpu/gpu_watchdog_thread.h ('k') | content/port/browser/render_widget_host_view_frame_subscriber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698