Index: chrome/browser/ui/panels/panel_manager.h |
diff --git a/chrome/browser/ui/panels/panel_manager.h b/chrome/browser/ui/panels/panel_manager.h |
index b131e954f878c8596703126d7ee74098585559b3..df0c5a3731f220ef7a6cc47e28f93b7d9233f06d 100644 |
--- a/chrome/browser/ui/panels/panel_manager.h |
+++ b/chrome/browser/ui/panels/panel_manager.h |
@@ -98,7 +98,7 @@ class PanelManager : public DisplaySettingsProvider::DisplayObserver, |
// Resizes the given panel. |
// |mouse_location| is in screen coordinate system. |
void StartResizingByMouse(Panel* panel, const gfx::Point& mouse_location, |
- panel::ResizingSides sides); |
+ int component); |
void ResizeByMouse(const gfx::Point& mouse_location); |
void EndResizingByMouse(bool cancelled); |