| Index: components/prefs/pref_observer.h
|
| diff --git a/components/prefs/pref_observer.h b/components/prefs/pref_observer.h
|
| index 5d8f5b63dc3c9cb363a546ee10ddb92787765937..3f489318e9eedc2554c2e7a5fcb12150ea2fb52f 100644
|
| --- a/components/prefs/pref_observer.h
|
| +++ b/components/prefs/pref_observer.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_OBSERVER_H_
|
| -#define BASE_PREFS_PREF_OBSERVER_H_
|
| +#ifndef COMPONENTS_PREFS_PREF_OBSERVER_H_
|
| +#define COMPONENTS_PREFS_PREF_OBSERVER_H_
|
|
|
| #include <string>
|
|
|
| @@ -18,4 +18,4 @@ class PrefObserver {
|
| const std::string& pref_name) = 0;
|
| };
|
|
|
| -#endif // BASE_PREFS_PREF_OBSERVER_H_
|
| +#endif // COMPONENTS_PREFS_PREF_OBSERVER_H_
|
|
|