Index: chrome/browser/ui/views/toolbar_view.h |
=================================================================== |
--- chrome/browser/ui/views/toolbar_view.h (revision 151481) |
+++ chrome/browser/ui/views/toolbar_view.h (working copy) |
@@ -152,8 +152,8 @@ |
int* formats, |
std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE; |
virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE; |
- virtual int OnDragUpdated(const views::DropTargetEvent& event) OVERRIDE; |
- virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE; |
+ virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE; |
+ virtual int OnPerformDrop(const ui::DropTargetEvent& event) OVERRIDE; |
virtual void OnThemeChanged() OVERRIDE; |
virtual std::string GetClassName() const OVERRIDE; |
virtual bool AcceleratorPressed(const ui::Accelerator& acc) OVERRIDE; |