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

Unified Diff: chrome/browser/ui/omnibox/omnibox_edit_unittest.cc

Issue 10824295: Rid the world of the last of views::Event types: TouchEvent, GestureEvent, MouseWheelEvent, ScrollE… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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: chrome/browser/ui/omnibox/omnibox_edit_unittest.cc
===================================================================
--- chrome/browser/ui/omnibox/omnibox_edit_unittest.cc (revision 151481)
+++ chrome/browser/ui/omnibox/omnibox_edit_unittest.cc (working copy)
@@ -69,7 +69,7 @@
return entry_width;
}
virtual views::View* AddToView(views::View* parent) OVERRIDE { return NULL; }
- virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE {
+ virtual int OnPerformDrop(const ui::DropTargetEvent& event) OVERRIDE {
return 0;
}
virtual gfx::Font GetFont() { return gfx::Font(); }
« no previous file with comments | « chrome/browser/extensions/key_identifier_conversion_views.cc ('k') | chrome/browser/ui/omnibox/omnibox_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698