| Index: chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/omnibox/omnibox_view_views.h (revision 151481)
|
| +++ chrome/browser/ui/views/omnibox/omnibox_view_views.h (working copy)
|
| @@ -125,7 +125,7 @@
|
| virtual bool IsImeComposing() const OVERRIDE;
|
| virtual int GetMaxEditWidth(int entry_width) const OVERRIDE;
|
| virtual views::View* AddToView(views::View* parent) OVERRIDE;
|
| - virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE;
|
| + virtual int OnPerformDrop(const ui::DropTargetEvent& event) OVERRIDE;
|
| virtual gfx::Font GetFont() OVERRIDE;
|
| virtual int WidthOfTextAfterCursor() OVERRIDE;
|
|
|
|
|