Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 1e63fc64b331d9f619359bdcce56d69cefb34061..a7b9b6fd1f77010919138fa587068208f2d02063 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -66,7 +66,7 @@ class ProfileImpl : public Profile, |
// Profile implementation: |
virtual std::string GetProfileName() OVERRIDE; |
- virtual bool IsOffTheRecord() OVERRIDE; |
+ virtual bool IsOffTheRecord() const OVERRIDE; |
virtual Profile* GetOffTheRecordProfile() OVERRIDE; |
virtual void DestroyOffTheRecordProfile() OVERRIDE; |
virtual bool HasOffTheRecordProfile() OVERRIDE; |