| Index: chrome/browser/profiles/profile_manager_unittest.cc
|
| diff --git a/chrome/browser/profiles/profile_manager_unittest.cc b/chrome/browser/profiles/profile_manager_unittest.cc
|
| index 7f69694f507c97a7f3a1686ff2f36fc31dabbb02..536f785eaa51ef4beb958c4be08226c274c6ec9e 100644
|
| --- a/chrome/browser/profiles/profile_manager_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_manager_unittest.cc
|
| @@ -484,7 +484,7 @@ TEST_F(ProfileManagerTest, LastOpenedProfilesAtShutdown) {
|
|
|
| // Simulate a shutdown.
|
| content::NotificationService::current()->Notify(
|
| - content::NOTIFICATION_CLOSE_ALL_BROWSERS_REQUEST,
|
| + chrome::NOTIFICATION_CLOSE_ALL_BROWSERS_REQUEST,
|
| content::NotificationService::AllSources(),
|
| content::NotificationService::NoDetails());
|
|
|
|
|