| Index: chrome/browser/sync/profile_sync_service_android.h
|
| diff --git a/chrome/browser/sync/profile_sync_service_android.h b/chrome/browser/sync/profile_sync_service_android.h
|
| index b8c5d04e6bb2e6eb1c718b933983c864b015bec1..cdfbec42c02a2ab3196b307c3f3cb60fd374a121 100644
|
| --- a/chrome/browser/sync/profile_sync_service_android.h
|
| +++ b/chrome/browser/sync/profile_sync_service_android.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_ANDROID_H_
|
|
|
| #include <jni.h>
|
| +
|
| #include <map>
|
|
|
| #include "base/android/jni_weak_ref.h"
|
| @@ -14,8 +15,8 @@
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| #include "components/invalidation/public/invalidation_util.h"
|
| -#include "components/sync_driver/sync_prefs.h"
|
| -#include "components/sync_driver/sync_service_observer.h"
|
| +#include "components/sync/driver/sync_prefs.h"
|
| +#include "components/sync/driver/sync_service_observer.h"
|
| #include "google/cacheinvalidation/include/types.h"
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
|
|
|
|