summaryrefslogtreecommitdiffstats
path: root/components/prefs/pref_notifier.h
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2016-02-03 00:22:02 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-03 08:23:19 +0000
commit066508682fd2bcf566f83c39169df4b949ccf09a (patch)
treed4bb15e5eac7ed880afbf380fe9786e1d7434bca /components/prefs/pref_notifier.h
parentf531e094ae328f316e7ad3a08a4ce32f5b087e6b (diff)
downloadchromium_src-066508682fd2bcf566f83c39169df4b949ccf09a.zip
chromium_src-066508682fd2bcf566f83c39169df4b949ccf09a.tar.gz
chromium_src-066508682fd2bcf566f83c39169df4b949ccf09a.tar.bz2
Delete base/prefs and update callers to use components.
Deletes the forwarding headers in base/prefs. Updates the remaining users of base/prefs includes to use components/prefs. Sort headers in updated files. Move PrefServiceFactory out of the base namespace. Update users. Update all preprocessor stuff in components/prefs to change BASE_PREFS_ to COMPONENTS_PREFS_. Add components/prefs to DEPS file of directories where checkdeps fails after the update. BUG=583034 Reland of http://crrev.com/1662523004#ps40001 with fix. TBR=estade@chromium.org Review URL: https://codereview.chromium.org/1668463002 Cr-Commit-Position: refs/heads/master@{#373197}
Diffstat (limited to 'components/prefs/pref_notifier.h')
-rw-r--r--components/prefs/pref_notifier.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/prefs/pref_notifier.h b/components/prefs/pref_notifier.h
index e0df260..2abc213 100644
--- a/components/prefs/pref_notifier.h
+++ b/components/prefs/pref_notifier.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 BASE_PREFS_PREF_NOTIFIER_H_
-#define BASE_PREFS_PREF_NOTIFIER_H_
+#ifndef COMPONENTS_PREFS_PREF_NOTIFIER_H_
+#define COMPONENTS_PREFS_PREF_NOTIFIER_H_
#include <string>
@@ -23,4 +23,4 @@ class PrefNotifier {
virtual void OnInitializationCompleted(bool succeeded) = 0;
};
-#endif // BASE_PREFS_PREF_NOTIFIER_H_
+#endif // COMPONENTS_PREFS_PREF_NOTIFIER_H_