| Index: base/prefs/pref_registry.cc
|
| diff --git a/chrome/browser/prefs/pref_registry.cc b/base/prefs/pref_registry.cc
|
| similarity index 97%
|
| rename from chrome/browser/prefs/pref_registry.cc
|
| rename to base/prefs/pref_registry.cc
|
| index c91aa8346bbbe13f52edd3d11865e2ef4e0e7de8..c952f4093edb42930de9bbf105b14efc78e5b2a8 100644
|
| --- a/chrome/browser/prefs/pref_registry.cc
|
| +++ b/base/prefs/pref_registry.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/pref_registry.h"
|
| +#include "base/prefs/pref_registry.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/prefs/default_pref_store.h"
|
|
|