| 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 c2f4863d68b3ab677937c830a014c12f57864c25..0e0f644d3c00a394cf95916eb7b8aec800af5486 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -28,6 +28,7 @@
|
| #include "chrome/browser/plugins/plugin_prefs.h"
|
| #include "chrome/browser/prefs/incognito_mode_prefs.h"
|
| #include "chrome/browser/prefs/pref_service_syncable.h"
|
| +#include "chrome/browser/prefs/pref_service_syncable_util.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/ssl/chrome_ssl_host_state_delegate.h"
|
| #include "chrome/browser/ssl/chrome_ssl_host_state_delegate_factory.h"
|
| @@ -110,7 +111,7 @@ void NotifyOTRProfileDestroyedOnIOThread(void* original_profile,
|
|
|
| OffTheRecordProfileImpl::OffTheRecordProfileImpl(Profile* real_profile)
|
| : profile_(real_profile),
|
| - prefs_(PrefServiceSyncable::IncognitoFromProfile(real_profile)),
|
| + prefs_(PrefServiceSyncableIncognitoFromProfile(real_profile)),
|
| start_time_(Time::Now()) {
|
| // Register on BrowserContext.
|
| user_prefs::UserPrefs::Set(this, prefs_);
|
|
|