| Index: content/test/test_browser_context.h
|
| diff --git a/content/test/test_browser_context.h b/content/test/test_browser_context.h
|
| index 2f878b992e303c0cbddf15be77489f32e42225c4..f522fa55be4d07cd18d820558738635e179e8442 100644
|
| --- a/content/test/test_browser_context.h
|
| +++ b/content/test/test_browser_context.h
|
| @@ -30,7 +30,7 @@ class TestBrowserContext : public content::BrowserContext {
|
| void SetSpecialStoragePolicy(quota::SpecialStoragePolicy* policy);
|
|
|
| virtual FilePath GetPath() OVERRIDE;
|
| - virtual bool IsOffTheRecord() OVERRIDE;
|
| + virtual bool IsOffTheRecord() const OVERRIDE;
|
| virtual content::DownloadManager* GetDownloadManager() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
|
|