| Index: base/prefs/pref_registry_simple.cc
|
| diff --git a/chrome/browser/prefs/pref_registry_simple.cc b/base/prefs/pref_registry_simple.cc
|
| similarity index 97%
|
| rename from chrome/browser/prefs/pref_registry_simple.cc
|
| rename to base/prefs/pref_registry_simple.cc
|
| index f8addf14bb618bb508ef9a2ebcad75af0b528c1c..792ff19e13b9344c461a2b7b2fc82cf78a98ac56 100644
|
| --- a/chrome/browser/prefs/pref_registry_simple.cc
|
| +++ b/base/prefs/pref_registry_simple.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_simple.h"
|
| +#include "base/prefs/pref_registry_simple.h"
|
|
|
| #include "base/file_path.h"
|
| #include "base/string_number_conversions.h"
|
|
|