| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index f82826cdf52c4fe483fbab6ab851125184b21fcd..20c54523418c3768d415329d974a60d128d6fd55 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -95,7 +95,7 @@ Profile::Profile()
|
| }
|
|
|
| // static
|
| -const char* Profile::kProfileKey = "__PROFILE__";
|
| +const char* const Profile::kProfileKey = "__PROFILE__";
|
|
|
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
|
| // static
|
|
|