| 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 8784954303be1b9e441c87c11307ba0dd1bb5f50..cb6df2f31c46837e4bf46aba424e40170a47e8a8 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/strings/grit/components_strings.h"
|
| #include "components/sync/base/pref_names.h"
|
| -#include "components/sync/core/read_transaction.h"
|
| #include "components/sync/driver/about_sync_util.h"
|
| #include "components/sync/engine/net/network_resources.h"
|
| +#include "components/sync/syncable/read_transaction.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "google/cacheinvalidation/types.pb.h"
|
| #include "google_apis/gaia/gaia_constants.h"
|
|
|