| Index: components/browser_sync/profile_sync_service.cc
|
| diff --git a/components/browser_sync/profile_sync_service.cc b/components/browser_sync/profile_sync_service.cc
|
| index 95655669a5c8f2b11fc4c6f49294b435f5404969..9cc3f92bcd653576e885b41781466d7bdbe7a81f 100644
|
| --- a/components/browser_sync/profile_sync_service.cc
|
| +++ b/components/browser_sync/profile_sync_service.cc
|
| @@ -37,8 +37,6 @@
|
| #include "components/signin/core/browser/signin_manager.h"
|
| #include "components/signin/core/browser/signin_metrics.h"
|
| #include "components/strings/grit/components_strings.h"
|
| -#include "components/sync/api/model_type_store.h"
|
| -#include "components/sync/api/sync_error.h"
|
| #include "components/sync/base/bind_to_task_runner.h"
|
| #include "components/sync/base/cryptographer.h"
|
| #include "components/sync/base/passphrase_type.h"
|
| @@ -71,6 +69,8 @@
|
| #include "components/sync/engine/cycle/type_debug_info_observer.h"
|
| #include "components/sync/engine/sync_string_conversions.h"
|
| #include "components/sync/js/js_event_details.h"
|
| +#include "components/sync/model/model_type_store.h"
|
| +#include "components/sync/model/sync_error.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "components/sync/syncable/directory.h"
|
| #include "components/sync/syncable/syncable_read_transaction.h"
|
|
|