| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index a68abadc523f3bbc7a12dfa0dd197c784ff42f85..abdb17f77735260cb7227cfc4009df244fb8a41a 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -20,6 +20,7 @@
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_ui.h"
|
| +#include "extensions/browser/pref_names.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "base/command_line.h"
|
| @@ -94,7 +95,7 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| false,
|
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| registry->RegisterBooleanPref(
|
| - prefs::kExtensionAlertsInitializedPref,
|
| + extensions::pref_names::kAlertsInitialized,
|
| false,
|
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| registry->RegisterStringPref(
|
|
|