| Index: base/prefs/pref_change_registrar.h
|
| diff --git a/base/prefs/public/pref_change_registrar.h b/base/prefs/pref_change_registrar.h
|
| similarity index 94%
|
| rename from base/prefs/public/pref_change_registrar.h
|
| rename to base/prefs/pref_change_registrar.h
|
| index 63882c313f3f3a847031e46888b91398ae29153b..c670f8b3c04b18fb383ab1c5e325c49fb1716a27 100644
|
| --- a/base/prefs/public/pref_change_registrar.h
|
| +++ b/base/prefs/pref_change_registrar.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_PUBLIC_PREF_CHANGE_REGISTRAR_H_
|
| -#define BASE_PREFS_PUBLIC_PREF_CHANGE_REGISTRAR_H_
|
| +#ifndef BASE_PREFS_PREF_CHANGE_REGISTRAR_H_
|
| +#define BASE_PREFS_PREF_CHANGE_REGISTRAR_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -77,4 +77,4 @@ class BASE_PREFS_EXPORT PrefChangeRegistrar : public PrefObserver {
|
| DISALLOW_COPY_AND_ASSIGN(PrefChangeRegistrar);
|
| };
|
|
|
| -#endif // BASE_PREFS_PUBLIC_PREF_CHANGE_REGISTRAR_H_
|
| +#endif // BASE_PREFS_PREF_CHANGE_REGISTRAR_H_
|
|
|