| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index 7488ed95565a73a899e2dbfa79bc42219266ca2a..38bd810ee020640efc275426fa17070afbefaef5 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -27,11 +27,12 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/backend_migrator.h"
|
| #include "chrome/browser/sync/engine/configure_reason.h"
|
| -#include "chrome/browser/sync/engine/syncapi.h"
|
| #include "chrome/browser/sync/glue/change_processor.h"
|
| #include "chrome/browser/sync/glue/data_type_controller.h"
|
| #include "chrome/browser/sync/glue/data_type_manager.h"
|
| #include "chrome/browser/sync/glue/session_data_type_controller.h"
|
| +#include "chrome/browser/sync/internal_api/syncapi_functions.h"
|
| +#include "chrome/browser/sync/internal_api/sync_manager.h"
|
| #include "chrome/browser/sync/js/js_arg_list.h"
|
| #include "chrome/browser/sync/js/js_event_details.h"
|
| #include "chrome/browser/sync/profile_sync_factory.h"
|
|
|