| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index b44ffc3cae18568ad49643e27f905cb6499fdc80..e499413225d63bfb0eb35f99bfa0d73a35c32b92 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -149,7 +149,7 @@ class TestingProfile : public Profile {
|
|
|
| // content::BrowserContext
|
| virtual FilePath GetPath() OVERRIDE;
|
| - virtual bool IsOffTheRecord() OVERRIDE;
|
| + virtual bool IsOffTheRecord() const OVERRIDE;
|
| virtual content::DownloadManager* GetDownloadManager() OVERRIDE;
|
| // Returns a testing ContextGetter (if one has been created via
|
| // CreateRequestContext) or NULL. This is not done on-demand for two reasons:
|
|
|