| Index: chrome/browser/sync/profile_sync_service_factory.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_factory.cc b/chrome/browser/sync/profile_sync_service_factory.cc
|
| index 7b984703a611d819259a3afb5ff88e0c76b716d7..b485f60fde017820800299082f705cb56e57b9b5 100644
|
| --- a/chrome/browser/sync/profile_sync_service_factory.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_factory.cc
|
| @@ -37,9 +37,9 @@
|
| #include "components/network_time/network_time_tracker.h"
|
| #include "components/signin/core/browser/profile_oauth2_token_service.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| -#include "components/sync_driver/signin_manager_wrapper.h"
|
| -#include "components/sync_driver/startup_controller.h"
|
| -#include "components/sync_driver/sync_util.h"
|
| +#include "components/sync/driver/signin_manager_wrapper.h"
|
| +#include "components/sync/driver/startup_controller.h"
|
| +#include "components/sync/driver/sync_util.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "url/gurl.h"
|
|
|
|
|