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

Unified Diff: components/syncable_prefs/pref_model_associator.h

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
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: components/syncable_prefs/pref_model_associator.h
diff --git a/components/syncable_prefs/pref_model_associator.h b/components/syncable_prefs/pref_model_associator.h
index 203c3e8f4f5e7ed6b0303dad9b12751017cfa98b..8938d14381eadf8e94f6251e908c1acb0e2f7d1a 100644
--- a/components/syncable_prefs/pref_model_associator.h
+++ b/components/syncable_prefs/pref_model_associator.h
@@ -17,9 +17,9 @@
#include "base/macros.h"
#include "base/observer_list.h"
#include "base/threading/non_thread_safe.h"
+#include "components/sync/api/sync_data.h"
+#include "components/sync/api/syncable_service.h"
#include "components/syncable_prefs/synced_pref_observer.h"
-#include "sync/api/sync_data.h"
-#include "sync/api/syncable_service.h"
namespace base {
class Value;

Powered by Google App Engine
This is Rietveld 408576698