| Index: base/prefs/pref_member.h
|
| diff --git a/base/prefs/public/pref_member.h b/base/prefs/pref_member.h
|
| similarity index 98%
|
| rename from base/prefs/public/pref_member.h
|
| rename to base/prefs/pref_member.h
|
| index 4c82735287c5b4bcf393242d2501381fd085a3fc..e0e88f5c5f5cf7f3d05d82d3fa94b5fa3dedf69b 100644
|
| --- a/base/prefs/public/pref_member.h
|
| +++ b/base/prefs/pref_member.h
|
| @@ -21,8 +21,8 @@
|
| // notify MyClass of changes. Note that if you use SetValue(), the observer
|
| // will not be notified.
|
|
|
| -#ifndef BASE_PREFS_PUBLIC_PREF_MEMBER_H_
|
| -#define BASE_PREFS_PUBLIC_PREF_MEMBER_H_
|
| +#ifndef BASE_PREFS_PREF_MEMBER_H_
|
| +#define BASE_PREFS_PREF_MEMBER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -351,4 +351,4 @@ typedef PrefMember<base::FilePath> FilePathPrefMember;
|
| // This preference member is expensive for large string arrays.
|
| typedef PrefMember<std::vector<std::string> > StringListPrefMember;
|
|
|
| -#endif // BASE_PREFS_PUBLIC_PREF_MEMBER_H_
|
| +#endif // BASE_PREFS_PREF_MEMBER_H_
|
|
|