| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 4d7827889384cf5c9f047cff3cf38f5cac26b287..c3517a726a2bb5474738db5f8060c5ace0357851 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -275,6 +275,7 @@ class TestingProfile : public Profile {
|
| net::CookieMonster* GetCookieMonster();
|
|
|
| PrefService* GetPrefs() override;
|
| + const PrefService* GetPrefs() const override;
|
|
|
| net::URLRequestContextGetter* GetMediaRequestContext() override;
|
| net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
|
|