| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index f22ee873ddae6ccf09cf99d1e9e34cafd53d97d3..8408b743babec78608f8eb8e05663e5579d1b070 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -563,7 +563,7 @@ ProfileImpl::~ProfileImpl() {
|
| if (session_restore_enabled_)
|
| BrowserContext::SaveSessionState(this);
|
| } else if (clear_local_state_on_exit_) {
|
| - BrowserContext::ClearLocalOnDestruction(this);
|
| + BrowserContext::ClearLocalOnDestruction(this);
|
| }
|
|
|
| StopCreateSessionServiceTimer();
|
| @@ -651,7 +651,7 @@ FilePath ProfileImpl::GetPath() {
|
| return path_;
|
| }
|
|
|
| -bool ProfileImpl::IsOffTheRecord() {
|
| +bool ProfileImpl::IsOffTheRecord() const {
|
| return false;
|
| }
|
|
|
|
|