| Index: chrome/browser/history/web_history_service_factory.cc
|
| diff --git a/chrome/browser/history/web_history_service_factory.cc b/chrome/browser/history/web_history_service_factory.cc
|
| index 7e02d249d7febab4d291c85ec86d1f470e73b3b1..d0149fddb3a553ab87a743540a3669127c5e25ad 100644
|
| --- a/chrome/browser/history/web_history_service_factory.cc
|
| +++ b/chrome/browser/history/web_history_service_factory.cc
|
| @@ -18,7 +18,7 @@ namespace {
|
| // Returns true if the user is signed in and full history sync is enabled,
|
| // and false otherwise.
|
| bool IsHistorySyncEnabled(Profile* profile) {
|
| - ProfileSyncService* sync =
|
| + browser_sync::ProfileSyncService* sync =
|
| ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
|
| return sync &&
|
| sync->IsSyncActive() &&
|
|
|