Index: chrome/browser/ui/panels/panel_manager.cc |
diff --git a/chrome/browser/ui/panels/panel_manager.cc b/chrome/browser/ui/panels/panel_manager.cc |
index 3fc9ebbfd566905e19fbbc81ed05a5ecb9b21ab4..a412f3781a9165f1cd716d0561a5a949ae82a696 100644 |
--- a/chrome/browser/ui/panels/panel_manager.cc |
+++ b/chrome/browser/ui/panels/panel_manager.cc |
@@ -70,7 +70,7 @@ PanelManager::PanelManager() |
detached_strip_.reset(new DetachedPanelStrip(this)); |
docked_strip_.reset(new DockedPanelStrip(this)); |
overflow_strip_.reset(new OverflowPanelStrip(this)); |
- drag_controller_.reset(new PanelDragController()); |
+ drag_controller_.reset(new PanelDragController(this)); |
auto_hiding_desktop_bar_ = AutoHidingDesktopBar::Create(this); |
OnDisplayChanged(); |
} |