| 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 51ce822509bde04414268b6f115f935998591fd3..80a76ede08156f7d8f5a4b08af180202aa954c5b 100644
|
| --- a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| @@ -11,6 +11,8 @@
|
| #include <set>
|
| #include <vector>
|
|
|
| +#include "base/basictypes.h"
|
| +#include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/timer.h"
|
| #include "chrome/browser/ui/gtk/tabs/drag_data.h"
|
| @@ -94,14 +96,13 @@ class DraggedTabControllerGtk : public content::NotificationObserver,
|
| virtual TabContents* OpenURLFromTab(TabContents* source,
|
| const OpenURLParams& params) OVERRIDE;
|
| virtual void NavigationStateChanged(const TabContents* source,
|
| - unsigned changed_flags);
|
| + unsigned changed_flags) OVERRIDE;
|
| virtual void AddNewContents(TabContents* source,
|
| TabContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| - bool user_gesture);
|
| - virtual void LoadingStateChanged(TabContents* source);
|
| - virtual bool IsPopup(const TabContents* source) const;
|
| + bool user_gesture) OVERRIDE;
|
| + virtual void LoadingStateChanged(TabContents* source) OVERRIDE;
|
| virtual content::JavaScriptDialogCreator*
|
| GetJavaScriptDialogCreator() OVERRIDE;
|
|
|
|
|