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

Unified Diff: components/sync/driver/glue/sync_backend_host_impl.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
Index: components/sync/driver/glue/sync_backend_host_impl.cc
diff --git a/components/sync/driver/glue/sync_backend_host_impl.cc b/components/sync/driver/glue/sync_backend_host_impl.cc
index c53242be554bebcee57fd263bb87e1596f0c3768..011695920021c69a71198c7a5eea9759069f17f3 100644
--- a/components/sync/driver/glue/sync_backend_host_impl.cc
+++ b/components/sync/driver/glue/sync_backend_host_impl.cc
@@ -17,7 +17,6 @@
#include "components/invalidation/public/object_id_invalidation_map.h"
#include "components/signin/core/browser/signin_client.h"
#include "components/sync/base/experiments.h"
-#include "components/sync/base/sync_string_conversions.h"
#include "components/sync/core/activation_context.h"
#include "components/sync/core/base_transaction.h"
#include "components/sync/core/http_bridge.h"
@@ -33,6 +32,7 @@
#include "components/sync/driver/sync_frontend.h"
#include "components/sync/driver/sync_prefs.h"
#include "components/sync/engine/events/protocol_event.h"
+#include "components/sync/engine/sync_string_conversions.h"
// Helper macros to log with the syncer thread name; useful when there
// are multiple syncers involved.
« no previous file with comments | « components/sync/driver/about_sync_util.cc ('k') | components/sync/driver/non_ui_model_type_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698