| Index: chrome/browser/profiles/profile.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile.cc (revision 91771)
|
| +++ chrome/browser/profiles/profile.cc (working copy)
|
| @@ -35,6 +35,7 @@
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
| #include "chrome/browser/ui/webui/extension_icon_source.h"
|
| #include "chrome/common/chrome_constants.h"
|
| +#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension.h"
|
| @@ -252,7 +253,7 @@
|
| }
|
|
|
| virtual ~OffTheRecordProfileImpl() {
|
| - NotificationService::current()->Notify(NotificationType::PROFILE_DESTROYED,
|
| + NotificationService::current()->Notify(chrome::PROFILE_DESTROYED,
|
| Source<Profile>(this),
|
| NotificationService::NoDetails());
|
|
|
|
|