Index: chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/api_util_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc |
similarity index 99% |
rename from chrome/browser/sync_file_system/drive_backend/api_util_unittest.cc |
rename to chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc |
index 6b67a0075bb4d800a1fcf5ab97ae9c1f87097c22..34e2dc38b255871140735ecea425bbaddfb64d36 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/api_util_unittest.cc |
+++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/sync_file_system/drive_backend/api_util.h" |
+#include "chrome/browser/sync_file_system/drive_backend_v1/api_util.h" |
#include "base/file_util.h" |
#include "base/location.h" |
@@ -15,8 +15,8 @@ |
#include "chrome/browser/google_apis/drive_api_parser.h" |
#include "chrome/browser/google_apis/gdata_errorcode.h" |
#include "chrome/browser/google_apis/test_util.h" |
-#include "chrome/browser/sync_file_system/drive_backend/drive_file_sync_util.h" |
-#include "chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h" |
+#include "chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.h" |
+#include "chrome/browser/sync_file_system/drive_backend_v1/fake_drive_service_helper.h" |
#include "content/public/test/test_browser_thread.h" |
#include "content/public/test/test_browser_thread_bundle.h" |
#include "net/base/escape.h" |