From 456d842422a8cf9954ebeab7615059a0129812de Mon Sep 17 00:00:00 2001 From: msw Date: Tue, 2 Feb 2016 17:25:06 -0800 Subject: Revert of Delete base/prefs and update callers to use components. (patchset #3 id:40001 of https://codereview.chromium.org/1662523004/ ) Reason for revert: Broke Win Builder compile: https://build.chromium.org/p/chromium.win/builders/Win%20Builder/builds/19463/steps/compile/logs/stdio Original issue's description: > 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 > > Committed: https://crrev.com/1f5feb7e317e3c257090858e950273b64a2e31ef > Cr-Commit-Position: refs/heads/master@{#373105} TBR=estade@chromium.org,brettw@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=583034 Review URL: https://codereview.chromium.org/1662843002 Cr-Commit-Position: refs/heads/master@{#373115} --- components/prefs/pref_notifier.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components/prefs/pref_notifier.h') diff --git a/components/prefs/pref_notifier.h b/components/prefs/pref_notifier.h index 2abc213..e0df260 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 COMPONENTS_PREFS_PREF_NOTIFIER_H_ -#define COMPONENTS_PREFS_PREF_NOTIFIER_H_ +#ifndef BASE_PREFS_PREF_NOTIFIER_H_ +#define BASE_PREFS_PREF_NOTIFIER_H_ #include @@ -23,4 +23,4 @@ class PrefNotifier { virtual void OnInitializationCompleted(bool succeeded) = 0; }; -#endif // COMPONENTS_PREFS_PREF_NOTIFIER_H_ +#endif // BASE_PREFS_PREF_NOTIFIER_H_ -- cgit v1.1