| Index: chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.h b/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| index 30091189001e02c00f4eb1965bb559c31db95c8a..610d44ef318f2c3041df9a9e28c95777577ac055 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| @@ -239,8 +239,7 @@ class TabDragController : public content::WebContentsDelegate,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Overridden from MessageLoop::Observer:
|
| - virtual base::EventStatus WillProcessEvent(
|
| - const base::NativeEvent& event) OVERRIDE;
|
| + virtual void WillProcessEvent(const base::NativeEvent& event) OVERRIDE;
|
| virtual void DidProcessEvent(const base::NativeEvent& event) OVERRIDE;
|
|
|
| // Overriden from views::WidgetObserver:
|
|
|