| Index: chrome/browser/ui/webui/ntp/foreign_session_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/foreign_session_handler.cc b/chrome/browser/ui/webui/ntp/foreign_session_handler.cc
|
| index fd58295412f3d49eb91faa6ea9692d7f4d321109..563cf0d9c6cedec341f0eb9c86d52a81a6d9fa46 100644
|
| --- a/chrome/browser/ui/webui/ntp/foreign_session_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/foreign_session_handler.cc
|
| @@ -127,7 +127,7 @@ bool ForeignSessionHandler::IsTabSyncEnabled() {
|
| Profile* profile = Profile::FromWebUI(web_ui());
|
| ProfileSyncService* service =
|
| ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
|
| - return service && service->GetPreferredDataTypes().Has(syncable::SESSIONS);
|
| + return service && service->GetPreferredDataTypes().Has(syncer::SESSIONS);
|
| }
|
|
|
| string16 ForeignSessionHandler::FormatSessionTime(const base::Time& time) {
|
|
|