| Index: base/prefs/testing_pref_store.cc
|
| diff --git a/chrome/browser/prefs/testing_pref_store.cc b/base/prefs/testing_pref_store.cc
|
| similarity index 98%
|
| rename from chrome/browser/prefs/testing_pref_store.cc
|
| rename to base/prefs/testing_pref_store.cc
|
| index 59952e614c5ee211f80182be3e9e558d1a77fbae..f7c78305d7c27c95193e666a1ec5f27acbd7e98f 100644
|
| --- a/chrome/browser/prefs/testing_pref_store.cc
|
| +++ b/base/prefs/testing_pref_store.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/prefs/testing_pref_store.h"
|
| +#include "base/prefs/testing_pref_store.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
|
|