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

Unified Diff: content/browser/android/touch_point.cc

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
« no previous file with comments | « content/browser/android/overscroll_glow.h ('k') | content/browser/browser_plugin/browser_plugin_guest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/touch_point.cc
diff --git a/content/browser/android/touch_point.cc b/content/browser/android/touch_point.cc
index d76de6ef7c4703e3865b85debb1b3332be8163b9..1a10e6ecfca5e5e7fd5361ac221b014a5fcc69e5 100644
--- a/content/browser/android/touch_point.cc
+++ b/content/browser/android/touch_point.cc
@@ -5,8 +5,8 @@
#include "content/browser/android/touch_point.h"
#include "base/debug/debugger.h"
-#include "base/time.h"
#include "base/logging.h"
+#include "base/time/time.h"
#include "jni/TouchPoint_jni.h"
« no previous file with comments | « content/browser/android/overscroll_glow.h ('k') | content/browser/browser_plugin/browser_plugin_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698