| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index ab99104263d5f2d4788fc1fd4108e0ea52d6157b..f326bf162c0e82df34e049204e483476d289e337 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -234,7 +234,7 @@ class TestingProfile : public Profile {
|
| GetGeolocationPermissionContext() OVERRIDE;
|
| virtual SpeechInputPreferences* GetSpeechInputPreferences() OVERRIDE;
|
| virtual HostZoomMap* GetHostZoomMap() OVERRIDE;
|
| - virtual bool HasProfileSyncService() const OVERRIDE;
|
| + virtual bool HasProfileSyncService() OVERRIDE;
|
| virtual std::wstring GetName();
|
| virtual void SetName(const std::wstring& name) {}
|
| virtual std::wstring GetID();
|
|
|