| Index: chrome/browser/sync/profile_sync_service_android.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_android.cc b/chrome/browser/sync/profile_sync_service_android.cc
|
| index 8ecf44bcddc4026d17f563c489500b4e06087d9b..39717cbe5b6d73436ec981409caf3012c67f3d8d 100644
|
| --- a/chrome/browser/sync/profile_sync_service_android.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_android.cc
|
| @@ -31,9 +31,9 @@
|
| #include "components/signin/core/browser/signin_manager.h"
|
| #include "components/sync/core/network_resources.h"
|
| #include "components/sync/core/read_transaction.h"
|
| -#include "components/sync_driver/about_sync_util.h"
|
| -#include "components/sync_driver/pref_names.h"
|
| -#include "components/sync_driver/sync_prefs.h"
|
| +#include "components/sync/driver/about_sync_util.h"
|
| +#include "components/sync/driver/pref_names.h"
|
| +#include "components/sync/driver/sync_prefs.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "google/cacheinvalidation/types.pb.h"
|
| #include "google_apis/gaia/gaia_constants.h"
|
|
|