Chromium Code Reviews| Index: chrome/browser/ui/panels/panel.h |
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
| index 495f05c6e130741cd0d2fb59fbd5bb9e4e1dc738..4adc6157e3a79a94c777b8469f53ca87aba0cfc5 100644 |
| --- a/chrome/browser/ui/panels/panel.h |
| +++ b/chrome/browser/ui/panels/panel.h |
| @@ -222,7 +222,7 @@ class Panel : public BrowserWindow, |
| PanelStrip* panel_strip() const { return panel_strip_; } |
| // Sets the current panel strip that contains this panel. |
| - void set_panel_strip(PanelStrip* new_strip) { panel_strip_ = new_strip; } |
| + void set_panel_strip(PanelStrip* new_strip); |
|
jennb
2012/03/06 21:56:44
FYI - style guide only allows the lowercase naming
|
| ExpansionState expansion_state() const { return expansion_state_; } |
| ExpansionState old_expansion_state() const { return old_expansion_state_; } |