| Index: chrome/browser/ui/app_list/test/fake_profile.h
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
|
| index c33559c48ccd0b79f656c547fa33e446b52dc64b..f24ec256f3c19946210583a941ceb526c6562057 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h
|
| @@ -31,7 +31,7 @@ class FakeProfile : public Profile {
|
| FakeProfile(const std::string& name, const base::FilePath& path);
|
|
|
| // Profile overrides.
|
| - std::string GetProfileUserName() override;
|
| + std::string GetProfileUserName() const override;
|
| ProfileType GetProfileType() const override;
|
| base::FilePath GetPath() const override;
|
| scoped_ptr<content::ZoomLevelDelegate> CreateZoomLevelDelegate(
|
| @@ -61,6 +61,7 @@ class FakeProfile : public Profile {
|
| bool IsLegacySupervised() override;
|
| ExtensionSpecialStoragePolicy* GetExtensionSpecialStoragePolicy() override;
|
| PrefService* GetPrefs() override;
|
| + const PrefService* GetPrefs() const override;
|
| PrefService* GetOffTheRecordPrefs() override;
|
| net::URLRequestContextGetter* GetRequestContext() override;
|
| net::URLRequestContextGetter* GetRequestContextForExtensions() override;
|
|
|