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

Unified Diff: ui/events/gesture_detection/gesture_provider_unittest.cc

Issue 239543013: Work on Mac GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove use_nss Created 6 years, 8 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 | « tools/gn/secondary/third_party/zlib/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/gesture_detection/gesture_provider_unittest.cc
diff --git a/ui/events/gesture_detection/gesture_provider_unittest.cc b/ui/events/gesture_detection/gesture_provider_unittest.cc
index 74dd7671f52fbf73d93246957542a86a0b481ef8..24d51dfc16e9ec2e3d909d387d303ec45f30381f 100644
--- a/ui/events/gesture_detection/gesture_provider_unittest.cc
+++ b/ui/events/gesture_detection/gesture_provider_unittest.cc
@@ -110,7 +110,7 @@ class GestureProviderTest : public testing::Test, public GestureProviderClient {
return gestures_.back();
}
- const EventType GetMostRecentGestureEventType() const {
+ EventType GetMostRecentGestureEventType() const {
scottmg 2014/04/17 18:20:45 would be good to understand what the actual differ
EXPECT_FALSE(gestures_.empty());
return gestures_.back().type;
}
« no previous file with comments | « tools/gn/secondary/third_party/zlib/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698