| Index: chrome/browser/chromeos/frame/panel_controller.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/frame/panel_controller.cc (revision 91880)
|
| +++ chrome/browser/chromeos/frame/panel_controller.cc (working copy)
|
| @@ -389,7 +389,7 @@
|
| expanded_ = new_state;
|
| State state = new_state ? EXPANDED : MINIMIZED;
|
| NotificationService::current()->Notify(
|
| - NotificationType::PANEL_STATE_CHANGED,
|
| + chrome::PANEL_STATE_CHANGED,
|
| Source<PanelController>(this),
|
| Details<State>(&state));
|
| }
|
|
|