| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 52be842ad8763ae03d373f454a05e6e4e336ebf0..8f2807f5305ea7b6c22fc5b65b1f6cfac11d7de8 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -42,7 +42,7 @@ class Panel : public BrowserWindow {
|
|
|
| void SetExpansionState(ExpansionState new_expansion_state);
|
|
|
| - bool ShouldBringUpTitleBar(int mouse_x, int mouse_y) const;
|
| + bool ShouldBringUpTitlebar(int mouse_x, int mouse_y) const;
|
|
|
| bool IsDrawingAttention() const;
|
|
|
|
|