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

Unified Diff: views/view_unittest.cc

Issue 8508024: Support touch scroll gestures in menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Gardening. Created 9 years, 1 month 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: views/view_unittest.cc
diff --git a/views/view_unittest.cc b/views/view_unittest.cc
index d3155ea41d3592f4c38ad4716680f9e0e47bd0fb..7e0017b6c16793c5ed282aa3329f7293bd2e4f3a 100644
--- a/views/view_unittest.cc
+++ b/views/view_unittest.cc
@@ -45,7 +45,7 @@
#include "ui/aura/desktop.h"
#endif
#if defined(TOUCH_UI)
-#include "views/touchui/gesture_recognizer.h"
+#include "ui/views/touchui/gesture_recognizer.h"
#endif
using ::testing::_;

Powered by Google App Engine
This is Rietveld 408576698