| 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..c6967d7bf89b4d2248bde091af586ad1ace032e1 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 SetPanelStrip(PanelStrip* new_strip);
|
|
|
| ExpansionState expansion_state() const { return expansion_state_; }
|
| ExpansionState old_expansion_state() const { return old_expansion_state_; }
|
|
|