| Index: base/prefs/testing_pref_service.h
|
| diff --git a/chrome/test/base/testing_pref_service.h b/base/prefs/testing_pref_service.h
|
| similarity index 97%
|
| rename from chrome/test/base/testing_pref_service.h
|
| rename to base/prefs/testing_pref_service.h
|
| index 7bbaeace8e0b9b14e4a1882977af7453675971b8..9d290fe323bb4c0ef4fa915746b8a8591a3ef5ab 100644
|
| --- a/chrome/test/base/testing_pref_service.h
|
| +++ b/base/prefs/testing_pref_service.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 CHROME_TEST_BASE_TESTING_PREF_SERVICE_H_
|
| -#define CHROME_TEST_BASE_TESTING_PREF_SERVICE_H_
|
| +#ifndef BASE_PREFS_TESTING_PREF_SERVICE_H_
|
| +#define BASE_PREFS_TESTING_PREF_SERVICE_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -193,4 +193,4 @@ void TestingPrefServiceBase<
|
| pref_store->RemoveValue(path);
|
| }
|
|
|
| -#endif // CHROME_TEST_BASE_TESTING_PREF_SERVICE_H_
|
| +#endif // BASE_PREFS_TESTING_PREF_SERVICE_H_
|
|
|