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

Unified Diff: content/browser/renderer_host/smooth_scroll_gesture_controller.h

Issue 18152002: Use a direct include of time headers in content/, part 1. (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
Index: content/browser/renderer_host/smooth_scroll_gesture_controller.h
diff --git a/content/browser/renderer_host/smooth_scroll_gesture_controller.h b/content/browser/renderer_host/smooth_scroll_gesture_controller.h
index 6e25cd72de8ce2cde3bf0a312df3f019e7b9fbbc..1477a171e6ae3680419f6f2d31b3d067b2288717 100644
--- a/content/browser/renderer_host/smooth_scroll_gesture_controller.h
+++ b/content/browser/renderer_host/smooth_scroll_gesture_controller.h
@@ -8,8 +8,8 @@
#include <map>
#include "base/memory/weak_ptr.h"
-#include "base/time.h"
-#include "base/timer.h"
+#include "base/time/time.h"
+#include "base/timer/timer.h"
#include "content/common/content_export.h"
struct ViewHostMsg_BeginSmoothScroll_Params;

Powered by Google App Engine
This is Rietveld 408576698