| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index 308b482c8cb5d2fe9c1cc9bb0fe3225e67758e30..480eb1b43293d48d0360cc1db2ecdeb99bc66715 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -169,7 +169,7 @@ FilePath OffTheRecordProfileImpl::GetPath() {
|
| return profile_->GetPath();
|
| }
|
|
|
| -bool OffTheRecordProfileImpl::IsOffTheRecord() {
|
| +bool OffTheRecordProfileImpl::IsOffTheRecord() const {
|
| return true;
|
| }
|
|
|
|
|