Index: chrome/browser/profiles/off_the_record_profile_impl.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h |
index 2e78fc07d02562458234fe9a9f0533864fe493dc..1a65d56546eac9262b4c956c2a8d86453e19b967 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -107,7 +107,7 @@ class OffTheRecordProfileImpl : public Profile, |
// content::BrowserContext implementation: |
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( |