| Index: chrome/browser/ui/views/browser_actions_container.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/browser_actions_container.h (revision 151481)
|
| +++ chrome/browser/ui/views/browser_actions_container.h (working copy)
|
| @@ -157,10 +157,10 @@
|
| std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
|
| virtual bool AreDropTypesRequired() OVERRIDE;
|
| virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
|
| - virtual void OnDragEntered(const views::DropTargetEvent& event) OVERRIDE;
|
| - virtual int OnDragUpdated(const views::DropTargetEvent& event) OVERRIDE;
|
| + virtual void OnDragEntered(const ui::DropTargetEvent& event) OVERRIDE;
|
| + virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
|
| virtual void OnDragExited() OVERRIDE;
|
| - virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE;
|
| + virtual int OnPerformDrop(const ui::DropTargetEvent& event) OVERRIDE;
|
| virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
|
|
|
| // Overridden from views::MenuButtonListener:
|
|
|