Index: chrome/browser/chromeos/frame/panel_controller.cc |
=================================================================== |
--- chrome/browser/chromeos/frame/panel_controller.cc (revision 91971) |
+++ chrome/browser/chromeos/frame/panel_controller.cc (working copy) |
@@ -20,6 +20,7 @@ |
#include "base/time.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/chromeos/wm_ipc.h" |
+#include "chrome/common/chrome_notification_types.h" |
#include "content/common/notification_service.h" |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |
@@ -389,7 +390,7 @@ |
expanded_ = new_state; |
State state = new_state ? EXPANDED : MINIMIZED; |
NotificationService::current()->Notify( |
- NotificationType::PANEL_STATE_CHANGED, |
+ chrome::NOTIFICATION_PANEL_STATE_CHANGED, |
Source<PanelController>(this), |
Details<State>(&state)); |
} |