| Index: chrome/browser/chromeos/power/power_button_observer.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/power/power_button_observer.cc (revision 158279)
|
| +++ chrome/browser/chromeos/power/power_button_observer.cc (working copy)
|
| @@ -43,7 +43,7 @@
|
| content::NotificationService::AllSources());
|
| registrar_.Add(
|
| this,
|
| - content::NOTIFICATION_APP_TERMINATING,
|
| + chrome::NOTIFICATION_APP_TERMINATING,
|
| content::NotificationService::AllSources());
|
| registrar_.Add(
|
| this,
|
| @@ -74,7 +74,7 @@
|
| ash::Shell::GetInstance()->OnLoginStateChanged(GetCurrentLoginStatus());
|
| break;
|
| }
|
| - case content::NOTIFICATION_APP_TERMINATING:
|
| + case chrome::NOTIFICATION_APP_TERMINATING:
|
| ash::Shell::GetInstance()->OnAppTerminating();
|
| break;
|
| case chrome::NOTIFICATION_SCREEN_LOCK_STATE_CHANGED: {
|
|
|