Index: components/drive/test_util.cc |
diff --git a/chrome/browser/chromeos/drive/test_util.cc b/components/drive/test_util.cc |
similarity index 86% |
rename from chrome/browser/chromeos/drive/test_util.cc |
rename to components/drive/test_util.cc |
index 644fb8402c1868c9318504e2aa58dbf7cd413589..7e6147ba353cdc3849bcdf31aad54106c35d1bfb 100644 |
--- a/chrome/browser/chromeos/drive/test_util.cc |
+++ b/components/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/test_util.h" |
+#include "components/drive/test_util.h" |
#include "base/prefs/pref_registry_simple.h" |
#include "base/prefs/testing_pref_service.h" |
-#include "chrome/browser/chromeos/drive/drive.pb.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 { |