| Index: base/prefs/pref_registry_simple.h
|
| diff --git a/chrome/browser/prefs/pref_registry_simple.h b/base/prefs/pref_registry_simple.h
|
| similarity index 81%
|
| rename from chrome/browser/prefs/pref_registry_simple.h
|
| rename to base/prefs/pref_registry_simple.h
|
| index d175f50bb69414400183a50b7f67123286359923..50b646711fd5658b0b1847c4bd1a909a9beabf72 100644
|
| --- a/chrome/browser/prefs/pref_registry_simple.h
|
| +++ b/base/prefs/pref_registry_simple.h
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_PREFS_PREF_REGISTRY_SIMPLE_H_
|
| -#define CHROME_BROWSER_PREFS_PREF_REGISTRY_SIMPLE_H_
|
| +#ifndef BASE_PREFS_PREF_REGISTRY_SIMPLE_H_
|
| +#define BASE_PREFS_PREF_REGISTRY_SIMPLE_H_
|
|
|
| #include <string>
|
|
|
| -#include "chrome/browser/prefs/pref_registry.h"
|
| +#include "base/prefs/base_prefs_export.h"
|
| +#include "base/prefs/pref_registry.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -16,7 +17,7 @@ class ListValue;
|
| }
|
|
|
| // A simple implementation of PrefRegistry.
|
| -class PrefRegistrySimple : public PrefRegistry {
|
| +class BASE_PREFS_EXPORT PrefRegistrySimple : public PrefRegistry {
|
| public:
|
| PrefRegistrySimple();
|
|
|
| @@ -40,4 +41,4 @@ class PrefRegistrySimple : public PrefRegistry {
|
| DISALLOW_COPY_AND_ASSIGN(PrefRegistrySimple);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_PREFS_PREF_REGISTRY_SIMPLE_H_
|
| +#endif // BASE_PREFS_PREF_REGISTRY_SIMPLE_H_
|
|
|