Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2402)

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.cc

Issue 23787003: [SyncFS] Move SyncFS V1 files from drive_backend to drive_backend_v1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move back metadata_db_migration_util* Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_file_sync_util.cc b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.cc
similarity index 97%
rename from chrome/browser/sync_file_system/drive_backend/drive_file_sync_util.cc
rename to chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.cc
index 6bf25330025e5e217fd583717349488f94faad7d..ce92bf9cdeaef5b27cd538bd6b605cd0a5c3c5a7 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_file_sync_util.cc
+++ b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_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/drive_file_sync_util.h"
+#include "chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.h"
#include "base/command_line.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698