Index: chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/local_sync_delegate.h b/chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h |
similarity index 94% |
rename from chrome/browser/sync_file_system/drive_backend/local_sync_delegate.h |
rename to chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h |
index 6d7aa03e115b873c25898f9153f7c52d4a40d836..e01cc29e2688e94254f369b68eac1e7b454f929a 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/local_sync_delegate.h |
+++ b/chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_LOCAL_SYNC_DELEGATE_H_ |
-#define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_LOCAL_SYNC_DELEGATE_H_ |
+#ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_LOCAL_SYNC_DELEGATE_H_ |
+#define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_LOCAL_SYNC_DELEGATE_H_ |
#include <string> |
#include "base/callback.h" |
#include "base/memory/weak_ptr.h" |
-#include "chrome/browser/sync_file_system/drive_backend/drive_file_sync_service.h" |
+#include "chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h" |
#include "chrome/browser/sync_file_system/file_change.h" |
#include "chrome/browser/sync_file_system/sync_callbacks.h" |
#include "chrome/browser/sync_file_system/sync_file_metadata.h" |
@@ -143,4 +143,4 @@ class LocalSyncDelegate { |
} // namespace drive_backend |
} // namespace sync_file_system |
-#endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_LOCAL_SYNC_DELEGATE_H_ |
+#endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_LOCAL_SYNC_DELEGATE_H_ |