| Index: base/prefs/pref_store.cc
|
| diff --git a/chrome/common/pref_store.cc b/base/prefs/pref_store.cc
|
| similarity index 88%
|
| rename from chrome/common/pref_store.cc
|
| rename to base/prefs/pref_store.cc
|
| index 7556f0f5d243af3fad551ab4ada91d84d2afc5e5..052165412937ea0b34cddc5e52c2c12d387924d7 100644
|
| --- a/chrome/common/pref_store.cc
|
| +++ b/base/prefs/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/common/pref_store.h"
|
| +#include "base/prefs/pref_store.h"
|
|
|
| size_t PrefStore::NumberOfObservers() const {
|
| return 0;
|
|
|