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

Unified Diff: views/events/event.h

Issue 8113028: Consolidate ui::NativeEvent and base::NativeEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new patch Created 9 years, 2 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: views/events/event.h
diff --git a/views/events/event.h b/views/events/event.h
index d8777e71b78d7b3ab1a1e162f05ed72847c9a01c..a7b3620b08c92ae3fe470e467892fc988b23db67 100644
--- a/views/events/event.h
+++ b/views/events/event.h
@@ -33,7 +33,7 @@ namespace views {
#if defined(USE_AURA)
typedef aura::Event* NativeEvent;
#else
-typedef ui::NativeEvent NativeEvent;
+typedef base::NativeEvent NativeEvent;
#endif
class View;
« ui/base/events.h ('K') | « ui/base/x/events_x.cc ('k') | views/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698