| Index: components/prefs/mock_pref_change_callback.h
|
| diff --git a/components/prefs/mock_pref_change_callback.h b/components/prefs/mock_pref_change_callback.h
|
| index b1ea0adb3e4d95c365117b8d9aaec6f84dbca0c7..9c0aeecd9c346c490fda5af0664da2711dcdff37 100644
|
| --- a/components/prefs/mock_pref_change_callback.h
|
| +++ b/components/prefs/mock_pref_change_callback.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_MOCK_PREF_CHANGE_CALLBACK_H_
|
| -#define BASE_PREFS_MOCK_PREF_CHANGE_CALLBACK_H_
|
| +#ifndef COMPONENTS_PREFS_MOCK_PREF_CHANGE_CALLBACK_H_
|
| +#define COMPONENTS_PREFS_MOCK_PREF_CHANGE_CALLBACK_H_
|
|
|
| #include <string>
|
|
|
| @@ -48,4 +48,4 @@ class MockPrefChangeCallback {
|
| PrefService* prefs_;
|
| };
|
|
|
| -#endif // BASE_PREFS_MOCK_PREF_CHANGE_CALLBACK_H_
|
| +#endif // COMPONENTS_PREFS_MOCK_PREF_CHANGE_CALLBACK_H_
|
|
|