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

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

Issue 2245073003: [Sync] Clean up intra-sync DEPS significantly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments/fix test. Created 4 years, 4 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
« no previous file with comments | « chrome/browser/sync/test/integration/profile_sync_service_harness.cc ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/profile_sync_service.cc
diff --git a/components/browser_sync/browser/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc
index 530dc37ed70ae5a57538cc8f973df9eb0d5bf967..8960ff867d7b49a9f77ad14c04a9e2606bf15ff1 100644
--- a/components/browser_sync/browser/profile_sync_service.cc
+++ b/components/browser_sync/browser/profile_sync_service.cc
@@ -48,7 +48,6 @@
#include "components/sync/base/experiments.h"
#include "components/sync/base/stop_source.h"
#include "components/sync/base/sync_db_util.h"
-#include "components/sync/base/sync_string_conversions.h"
#include "components/sync/core/configure_reason.h"
#include "components/sync/core/http_bridge_network_resources.h"
#include "components/sync/core/network_resources.h"
@@ -76,6 +75,7 @@
#include "components/sync/driver/sync_util.h"
#include "components/sync/driver/system_encryptor.h"
#include "components/sync/driver/user_selectable_sync_type.h"
+#include "components/sync/engine/sync_string_conversions.h"
#include "components/sync/js/js_event_details.h"
#include "components/sync/protocol/sync.pb.h"
#include "components/sync/sessions/model_neutral_state.h"
« no previous file with comments | « chrome/browser/sync/test/integration/profile_sync_service_harness.cc ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698