Chromium Code Reviews| 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(); } |