| Index: chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| index 80a76ede08156f7d8f5a4b08af180202aa954c5b..1f3a7e3979d93ef4ac633f6a41ee34f6b4ed5e38 100644
|
| --- a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| @@ -109,7 +109,7 @@ class DraggedTabControllerGtk : public content::NotificationObserver,
|
| // Overridden from content::NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Returns the point where a detached window should be created given the
|
| // current mouse position.
|
|
|