Index: components/drive/drive_test_util.cc |
diff --git a/components/drive/drive_test_util.cc b/components/drive/drive_test_util.cc |
index 48bece202b373adf182b63f8ce0c9a019c12859d..d80f4d9528cec02dbd09b89b5095d0587d1ccd62 100644 |
--- a/components/drive/drive_test_util.cc |
+++ b/components/drive/drive_test_util.cc |
@@ -4,10 +4,10 @@ |
#include "components/drive/drive_test_util.h" |
-#include "base/prefs/pref_registry_simple.h" |
-#include "base/prefs/testing_pref_service.h" |
#include "components/drive/drive.pb.h" |
#include "components/drive/drive_pref_names.h" |
+#include "components/prefs/pref_registry_simple.h" |
+#include "components/prefs/testing_pref_service.h" |
namespace drive { |
namespace test_util { |