| Index: chrome/browser/sync/glue/sync_start_util.cc
|
| diff --git a/chrome/browser/sync/glue/sync_start_util.cc b/chrome/browser/sync/glue/sync_start_util.cc
|
| index 5254f3916acf7f0688b2a446112dda39afd9d963..504e82abbcefb62c4460f9fbee93290e90671f3f 100644
|
| --- a/chrome/browser/sync/glue/sync_start_util.cc
|
| +++ b/chrome/browser/sync/glue/sync_start_util.cc
|
| @@ -30,7 +30,8 @@ void StartSyncOnUIThread(const base::FilePath& profile,
|
| return;
|
| }
|
|
|
| - ProfileSyncService* service = ProfileSyncServiceFactory::GetForProfile(p);
|
| + browser_sync::ProfileSyncService* service =
|
| + ProfileSyncServiceFactory::GetForProfile(p);
|
| if (!service) {
|
| DVLOG(2) << "No ProfileSyncService for profile, can't start sync.";
|
| return;
|
|
|