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 7bb12f0692fb5d4f45becd91973848b184dd82bf..e7ce9c5a8d161257281e121207919e3042cd12e3 100644 |
--- a/chrome/browser/ui/views/tabs/tab_drag_controller.h |
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h |
@@ -230,8 +230,8 @@ class TabDragController : public content::WebContentsDelegate, |
bool* was_blocked) OVERRIDE; |
virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE; |
virtual bool ShouldSuppressDialogs() OVERRIDE; |
- virtual content::JavaScriptDialogCreator* |
- GetJavaScriptDialogCreator() OVERRIDE; |
+ virtual content::JavaScriptDialogManager* |
+ GetJavaScriptDialogManager() OVERRIDE; |
// Overridden from content::NotificationObserver: |
virtual void Observe(int type, |