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

Unified Diff: services/preferences/tracked/interceptable_pref_filter.h

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.h
diff --git a/components/user_prefs/tracked/interceptable_pref_filter.h b/services/preferences/tracked/interceptable_pref_filter.h
similarity index 93%
rename from components/user_prefs/tracked/interceptable_pref_filter.h
rename to services/preferences/tracked/interceptable_pref_filter.h
index 39dc9d955fc0a0f3e52b5b1f11aa8f178b567f0a..7971c8da8f175b19d97a3a5b7aeaf799a4862bc9 100644
--- a/components/user_prefs/tracked/interceptable_pref_filter.h
+++ b/services/preferences/tracked/interceptable_pref_filter.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 COMPONENTS_USER_PREFS_TRACKED_INTERCEPTABLE_PREF_FILTER_H_
-#define COMPONENTS_USER_PREFS_TRACKED_INTERCEPTABLE_PREF_FILTER_H_
+#ifndef SERVICES_PREFERENCES_TRACKED_INTERCEPTABLE_PREF_FILTER_H_
+#define SERVICES_PREFERENCES_TRACKED_INTERCEPTABLE_PREF_FILTER_H_
#include <memory>
@@ -65,4 +65,4 @@ class InterceptablePrefFilter
FilterOnLoadInterceptor filter_on_load_interceptor_;
};
-#endif // COMPONENTS_USER_PREFS_TRACKED_INTERCEPTABLE_PREF_FILTER_H_
+#endif // SERVICES_PREFERENCES_TRACKED_INTERCEPTABLE_PREF_FILTER_H_
« no previous file with comments | « services/preferences/tracked/hash_store_contents.h ('k') | services/preferences/tracked/interceptable_pref_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698