| Index: components/prefs/pref_value_store.cc
|
| diff --git a/components/prefs/pref_value_store.cc b/components/prefs/pref_value_store.cc
|
| index fe7cd67d08eb5970e36f50cf4c849ad1b842454e..4c7a4e5d9cf65007e4f1af49dbd6cc51316f9ca5 100644
|
| --- a/components/prefs/pref_value_store.cc
|
| +++ b/components/prefs/pref_value_store.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/prefs/pref_value_store.h"
|
| +#include "components/prefs/pref_value_store.h"
|
|
|
| #include <stddef.h>
|
|
|
| #include "base/logging.h"
|
| -#include "base/prefs/pref_notifier.h"
|
| -#include "base/prefs/pref_observer.h"
|
| +#include "components/prefs/pref_notifier.h"
|
| +#include "components/prefs/pref_observer.h"
|
|
|
| PrefValueStore::PrefStoreKeeper::PrefStoreKeeper()
|
| : pref_value_store_(NULL),
|
|
|