| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 95477b153e562fd0337be3dbd2996feda54d64a7..b9791e6693284d710197a54f83a5f93107b57961 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -70,7 +70,7 @@ class refRegistrySyncable;
|
| class ProfileImpl : public Profile {
|
| public:
|
| // Value written to prefs when the exit type is EXIT_NORMAL. Public for tests.
|
| - static const char* const kPrefExitTypeNormal;
|
| + static const char kPrefExitTypeNormal[];
|
|
|
| ~ProfileImpl() override;
|
|
|
|
|