| Index: components/prefs/pref_store_observer_mock.h
|
| diff --git a/components/prefs/pref_store_observer_mock.h b/components/prefs/pref_store_observer_mock.h
|
| index 107aeb351cd34c393128189f6f506f036c3ca8fe..01bd6a6d966828de9ee4e0fe1a22a2976f1f0fe2 100644
|
| --- a/components/prefs/pref_store_observer_mock.h
|
| +++ b/components/prefs/pref_store_observer_mock.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_STORE_OBSERVER_MOCK_H_
|
| -#define BASE_PREFS_PREF_STORE_OBSERVER_MOCK_H_
|
| +#ifndef COMPONENTS_PREFS_PREF_STORE_OBSERVER_MOCK_H_
|
| +#define COMPONENTS_PREFS_PREF_STORE_OBSERVER_MOCK_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -32,4 +32,4 @@ class PrefStoreObserverMock : public PrefStore::Observer {
|
| DISALLOW_COPY_AND_ASSIGN(PrefStoreObserverMock);
|
| };
|
|
|
| -#endif // BASE_PREFS_PREF_STORE_OBSERVER_MOCK_H_
|
| +#endif // COMPONENTS_PREFS_PREF_STORE_OBSERVER_MOCK_H_
|
|
|