Index: chrome/browser/sync_file_system/drive_backend_v1/api_util.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/api_util.cc b/chrome/browser/sync_file_system/drive_backend_v1/api_util.cc |
similarity index 99% |
rename from chrome/browser/sync_file_system/drive_backend/api_util.cc |
rename to chrome/browser/sync_file_system/drive_backend_v1/api_util.cc |
index 050b141f0aabc33f441d14c9b2378a39c9776cb1..a5b08dfd8b5b5c1c20f8734502263545edf7eced 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/api_util.cc |
+++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util.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 <algorithm> |
#include <functional> |
@@ -22,7 +22,7 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/signin/profile_oauth2_token_service.h" |
#include "chrome/browser/signin/profile_oauth2_token_service_factory.h" |
-#include "chrome/browser/sync_file_system/drive_backend/drive_file_sync_util.h" |
+#include "chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.h" |
#include "chrome/browser/sync_file_system/logger.h" |
#include "chrome/browser/sync_file_system/syncable_file_system_util.h" |
#include "chrome/common/extensions/extension.h" |