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 b77164f59fd627ea20b6d952a728d183702c6861..0b8bf4448453ffb4ca29f82af89f918e46330702 100644 |
--- a/chrome/browser/sync/profile_sync_service_android.cc |
+++ b/chrome/browser/sync/profile_sync_service_android.cc |
@@ -29,6 +29,8 @@ |
#include "components/browser_sync/browser/profile_sync_service.h" |
#include "components/prefs/pref_service.h" |
#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" |
@@ -38,8 +40,6 @@ |
#include "google_apis/gaia/google_service_auth_error.h" |
#include "grit/components_strings.h" |
#include "jni/ProfileSyncService_jni.h" |
-#include "sync/internal_api/public/network_resources.h" |
-#include "sync/internal_api/public/read_transaction.h" |
#include "ui/base/l10n/l10n_util.h" |
using base::android::AttachCurrentThread; |