| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 4fcb7e476868d7a0b1bcfdf970ca424aa082f8fc..8538e01b59138723433926dee95e5c269826e23b 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -300,7 +300,7 @@ Profile* Profile::CreateProfile(const base::FilePath& path,
|
| int ProfileImpl::create_readme_delay_ms = 60000;
|
|
|
| // static
|
| -const char* const ProfileImpl::kPrefExitTypeNormal = "Normal";
|
| +const char ProfileImpl::kPrefExitTypeNormal[] = "Normal";
|
|
|
| // static
|
| void ProfileImpl::RegisterProfilePrefs(
|
|
|