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

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/fake_api_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/fake_api_util.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/fake_api_util.cc b/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc
similarity index 99%
rename from chrome/browser/sync_file_system/drive_backend/fake_api_util.cc
rename to chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc
index d852821a0d3d2d32d297b454710e8684eef64434..dfb525fc33dee4139032ab873f83f99ad0e6e4c3 100644
--- a/chrome/browser/sync_file_system/drive_backend/fake_api_util.cc
+++ b/chrome/browser/sync_file_system/drive_backend_v1/fake_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/fake_api_util.h"
+#include "chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h"
#include <algorithm>

Powered by Google App Engine
This is Rietveld 408576698