| 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 86c336bb780b102d8c3fbde4b7f7a0faea6def5e..84c67b93beb5a4684b25e229e202459414041a8b 100644
|
| --- a/chrome/browser/sync/glue/sync_start_util.cc
|
| +++ b/chrome/browser/sync/glue/sync_start_util.cc
|
| @@ -9,8 +9,8 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| namespace {
|
|
|