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

Unified Diff: components/browser_sync/browser/profile_sync_service.cc

Issue 1419103009: [Sync] Componentize ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@max_bogue_sync_backend_host
Patch Set: Created 5 years, 1 month 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: components/browser_sync/browser/profile_sync_service.cc
diff --git a/chrome/browser/sync/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc
similarity index 99%
rename from chrome/browser/sync/profile_sync_service.cc
rename to components/browser_sync/browser/profile_sync_service.cc
index e574bf9a8bf40f47065f38d6dafd58d9f2459485..de6da72cc9a6e82e1142216d40570357b902ffc6 100644
--- a/chrome/browser/sync/profile_sync_service.cc
+++ b/components/browser_sync/browser/profile_sync_service.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/sync/profile_sync_service.h"
+#include "components/browser_sync/browser/profile_sync_service.h"
#include <cstddef>
#include <map>
@@ -27,8 +27,8 @@
#include "base/threading/thread_restrictions.h"
#include "base/time/time.h"
#include "build/build_config.h"
-#include "chrome/browser/sync/sync_type_preference_provider.h"
#include "components/autofill/core/common/autofill_pref_names.h"
+#include "components/browser_sync/browser/sync_type_preference_provider.h"
#include "components/browser_sync/common/browser_sync_switches.h"
#include "components/history/core/browser/typed_url_data_type_controller.h"
#include "components/invalidation/impl/invalidation_prefs.h"

Powered by Google App Engine
This is Rietveld 408576698