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 1b35f0cdc12b1629bfd1deaeadf5936a2c073d74..d950880d2e0fbb47041236f86f8c83a552302d54 100644 |
--- a/chrome/browser/ui/panels/panel_manager.h |
+++ b/chrome/browser/ui/panels/panel_manager.h |
@@ -39,11 +39,11 @@ class PanelManager { |
void EndDragging(bool cancelled); |
// Should we bring up the titlebar, given the current mouse point? |
- bool ShouldBringUpTitleBarForAllMinimizedPanels(int mouse_x, |
+ bool ShouldBringUpTitlebarForAllMinimizedPanels(int mouse_x, |
int mouse_y) const; |
// Brings up or down the title-bar for all minimized panels. |
- void BringUpOrDownTitleBarForAllMinimizedPanels(bool bring_up); |
+ void BringUpOrDownTitlebarForAllMinimizedPanels(bool bring_up); |
int num_panels() const { return panels_.size(); } |