Index: components/drive/drive_test_util.cc |
diff --git a/chrome/browser/chromeos/drive/drive_test_util.cc b/components/drive/drive_test_util.cc |
similarity index 89% |
rename from chrome/browser/chromeos/drive/drive_test_util.cc |
rename to components/drive/drive_test_util.cc |
index 350413610e96c578fae16614126d896e5b7655a5..48bece202b373adf182b63f8ce0c9a019c12859d 100644 |
--- a/chrome/browser/chromeos/drive/drive_test_util.cc |
+++ b/components/drive/drive_test_util.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/chromeos/drive/drive_test_util.h" |
+#include "components/drive/drive_test_util.h" |
#include "base/prefs/pref_registry_simple.h" |
#include "base/prefs/testing_pref_service.h" |
-#include "chrome/browser/chromeos/drive/drive_pref_names.h" |
#include "components/drive/drive.pb.h" |
+#include "components/drive/drive_pref_names.h" |
namespace drive { |
namespace test_util { |