| Index: content/shell/shell_browser_context.h
|
| diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h
|
| index bbbe861769819aec89b503b962621073376f5ff9..9fbccab5dd7a014af27ab72e8380728bebdbf1c9 100644
|
| --- a/content/shell/shell_browser_context.h
|
| +++ b/content/shell/shell_browser_context.h
|
| @@ -28,7 +28,7 @@ class ShellBrowserContext : public BrowserContext {
|
|
|
| // BrowserContext implementation.
|
| virtual FilePath GetPath() OVERRIDE;
|
| - virtual bool IsOffTheRecord() OVERRIDE;
|
| + virtual bool IsOffTheRecord() const OVERRIDE;
|
| virtual DownloadManager* GetDownloadManager() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
|
|