| Index: base/prefs/pref_service_unittest.cc
|
| diff --git a/chrome/browser/prefs/pref_service_unittest.cc b/base/prefs/pref_service_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/prefs/pref_service_unittest.cc
|
| rename to base/prefs/pref_service_unittest.cc
|
| index a8bb05f9d6ad1505c1bfdcec1c814dedbdf8921b..0c61a8ee5001d6dcdb59e305af4bc1cb0bb888fe 100644
|
| --- a/chrome/browser/prefs/pref_service_unittest.cc
|
| +++ b/base/prefs/pref_service_unittest.cc
|
| @@ -9,9 +9,9 @@
|
| #include "base/prefs/pref_registry_simple.h"
|
| #include "base/prefs/pref_value_store.h"
|
| #include "base/prefs/public/pref_change_registrar.h"
|
| +#include "base/prefs/testing_pref_service.h"
|
| #include "base/prefs/testing_pref_store.h"
|
| #include "base/values.h"
|
| -#include "chrome/test/base/testing_pref_service.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|