| 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 601eca2a18cfdd8114aa4c27b57e09189dfe767c..aeda8a93025bb8f60321180ffb880757710d118e 100644
|
| --- a/chrome/browser/sync/profile_sync_service_android.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_android.cc
|
| @@ -30,10 +30,10 @@
|
| #include "components/prefs/pref_service.h"
|
| #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/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 "content/public/browser/browser_thread.h"
|
| #include "google/cacheinvalidation/types.pb.h"
|
| #include "google_apis/gaia/gaia_constants.h"
|
|
|