diff options
Diffstat (limited to 'components/prefs/pref_value_store.cc')
-rw-r--r-- | components/prefs/pref_value_store.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/prefs/pref_value_store.cc b/components/prefs/pref_value_store.cc index fe7cd67..4c7a4e5 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), |