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

Unified Diff: services/preferences/tracked/segregated_pref_store.cc

Issue 2782803002: Move tracked prefs into services/preferences/tracked. (Closed)
Patch Set: rebase Created 3 years, 9 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: services/preferences/tracked/segregated_pref_store.cc
diff --git a/components/user_prefs/tracked/segregated_pref_store.cc b/services/preferences/tracked/segregated_pref_store.cc
similarity index 98%
rename from components/user_prefs/tracked/segregated_pref_store.cc
rename to services/preferences/tracked/segregated_pref_store.cc
index 297e2a7e58fa6c8cdcb0d0cfafc2120d9b7bd69c..8ddc5c040d1555c5e6a190c837026a92c2d22d25 100644
--- a/components/user_prefs/tracked/segregated_pref_store.cc
+++ b/services/preferences/tracked/segregated_pref_store.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/user_prefs/tracked/segregated_pref_store.h"
+#include "services/preferences/tracked/segregated_pref_store.h"
#include <utility>
@@ -14,8 +14,7 @@ SegregatedPrefStore::AggregatingObserver::AggregatingObserver(
SegregatedPrefStore* outer)
: outer_(outer),
failed_sub_initializations_(0),
- successful_sub_initializations_(0) {
-}
+ successful_sub_initializations_(0) {}
void SegregatedPrefStore::AggregatingObserver::OnPrefValueChanged(
const std::string& key) {
« no previous file with comments | « services/preferences/tracked/segregated_pref_store.h ('k') | services/preferences/tracked/segregated_pref_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698