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

Unified Diff: components/syncable_prefs/pref_model_associator.h

Issue 1305213009: Componentize PrefSyncableService and support classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_service_syncable
Patch Set: Add missing dependency on //sync:test_support_sync_api for unit tests with gn Created 5 years, 3 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 | « components/syncable_prefs/OWNERS ('k') | components/syncable_prefs/pref_model_associator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/syncable_prefs/pref_model_associator.h
diff --git a/chrome/browser/prefs/pref_model_associator.h b/components/syncable_prefs/pref_model_associator.h
similarity index 97%
rename from chrome/browser/prefs/pref_model_associator.h
rename to components/syncable_prefs/pref_model_associator.h
index 114540d61f8e60c658337c9b2a907e35407d2b85..09f63e6c95f93b610b7a77f4288b08b0de508571 100644
--- a/chrome/browser/prefs/pref_model_associator.h
+++ b/components/syncable_prefs/pref_model_associator.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_PREFS_PREF_MODEL_ASSOCIATOR_H_
-#define CHROME_BROWSER_PREFS_PREF_MODEL_ASSOCIATOR_H_
+#ifndef COMPONENTS_SYNCABLE_PREFS_PREF_MODEL_ASSOCIATOR_H_
+#define COMPONENTS_SYNCABLE_PREFS_PREF_MODEL_ASSOCIATOR_H_
#include <map>
#include <set>
@@ -15,7 +15,7 @@
#include "base/gtest_prod_util.h"
#include "base/observer_list.h"
#include "base/threading/non_thread_safe.h"
-#include "chrome/browser/prefs/synced_pref_observer.h"
+#include "components/syncable_prefs/synced_pref_observer.h"
#include "sync/api/sync_data.h"
#include "sync/api/syncable_service.h"
@@ -197,4 +197,4 @@ class PrefModelAssociator
DISALLOW_COPY_AND_ASSIGN(PrefModelAssociator);
};
-#endif // CHROME_BROWSER_PREFS_PREF_MODEL_ASSOCIATOR_H_
+#endif // COMPONENTS_SYNCABLE_PREFS_PREF_MODEL_ASSOCIATOR_H_
« no previous file with comments | « components/syncable_prefs/OWNERS ('k') | components/syncable_prefs/pref_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698