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

Unified Diff: services/preferences/tracked/interceptable_pref_filter.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/interceptable_pref_filter.cc
diff --git a/components/user_prefs/tracked/interceptable_pref_filter.cc b/services/preferences/tracked/interceptable_pref_filter.cc
similarity index 89%
rename from components/user_prefs/tracked/interceptable_pref_filter.cc
rename to services/preferences/tracked/interceptable_pref_filter.cc
index f3ee3c7187c6c838c7701c44a17d8a1f9aa94d40..af987a306527a13da240be3accffcef3588301af 100644
--- a/components/user_prefs/tracked/interceptable_pref_filter.cc
+++ b/services/preferences/tracked/interceptable_pref_filter.cc
@@ -2,16 +2,14 @@
// 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/interceptable_pref_filter.h"
+#include "services/preferences/tracked/interceptable_pref_filter.h"
#include <utility>
#include "base/bind.h"
-InterceptablePrefFilter::InterceptablePrefFilter() {
-}
-InterceptablePrefFilter::~InterceptablePrefFilter() {
-}
+InterceptablePrefFilter::InterceptablePrefFilter() {}
+InterceptablePrefFilter::~InterceptablePrefFilter() {}
void InterceptablePrefFilter::FilterOnLoad(
const PostFilterOnLoadCallback& post_filter_on_load_callback,
« no previous file with comments | « services/preferences/tracked/interceptable_pref_filter.h ('k') | services/preferences/tracked/pref_hash_calculator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698