Index: android_webview/browser/aw_pref_store.h |
diff --git a/android_webview/browser/aw_pref_store.h b/android_webview/browser/aw_pref_store.h |
index b3fd021d97a6d1a080d186e6667b5cad0907bb92..6607e25a1d20305e9535bbc42869e926af21826f 100644 |
--- a/android_webview/browser/aw_pref_store.h |
+++ b/android_webview/browser/aw_pref_store.h |
@@ -12,8 +12,8 @@ |
#include "base/compiler_specific.h" |
#include "base/macros.h" |
#include "base/observer_list.h" |
-#include "base/prefs/persistent_pref_store.h" |
-#include "base/prefs/pref_value_map.h" |
+#include "components/prefs/persistent_pref_store.h" |
+#include "components/prefs/pref_value_map.h" |
// A light-weight prefstore implementation that keeps preferences |
// in a memory backed store. This is not a persistent prefstore -- we |