Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: chrome/browser/sync/profile_sync_service_android.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/sync/glue/sync_start_util.h ('k') | chrome/browser/sync/profile_sync_service_factory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698