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/core_impl/js_sync_manager_observer.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/core_impl/js_sync_manager_observer.cc
diff --git a/components/sync/core_impl/js_sync_manager_observer.cc b/components/sync/core_impl/js_sync_manager_observer.cc
index 2e628c2f9ce1df3734cf3900a20a5346595c165d..0c2a501729d9f1497f20558886752eb9f23bbcbc 100644
--- a/components/sync/core_impl/js_sync_manager_observer.cc
+++ b/components/sync/core_impl/js_sync_manager_observer.cc
@@ -11,8 +11,8 @@
#include "base/strings/string_number_conversions.h"
#include "base/values.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_string_conversions.h"
#include "components/sync/core/change_record.h"
+#include "components/sync/engine/sync_string_conversions.h"
#include "components/sync/js/js_event_details.h"
#include "components/sync/js/js_event_handler.h"
#include "components/sync/sessions/sync_session_snapshot.h"

Powered by Google App Engine
This is Rietveld 408576698