Index: ios/chrome/test/ios_chrome_scoped_testing_local_state.h |
diff --git a/ios/chrome/test/ios_chrome_scoped_testing_local_state.h b/ios/chrome/test/ios_chrome_scoped_testing_local_state.h |
index 498cb92f9747f581514c1499d8ea80a709af2043..77fe3167521a1aac4f2cd62b432b2e66a4859979 100644 |
--- a/ios/chrome/test/ios_chrome_scoped_testing_local_state.h |
+++ b/ios/chrome/test/ios_chrome_scoped_testing_local_state.h |
@@ -6,7 +6,7 @@ |
#define IOS_CHROME_TEST_IOS_CHROME_SCOPED_TESTING_LOCAL_STATE_H_ |
#include "base/macros.h" |
-#include "base/prefs/testing_pref_service.h" |
+#include "components/prefs/testing_pref_service.h" |
// Helper class to temporarily set up a |local_state| in the global |
// TestingApplicationContext. |