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

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/remote_sync_operation_resolver_unittest.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/remote_sync_operation_resolver_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/remote_sync_operation_resolver_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/remote_sync_operation_resolver_unittest.cc
similarity index 99%
rename from chrome/browser/sync_file_system/drive_backend/remote_sync_operation_resolver_unittest.cc
rename to chrome/browser/sync_file_system/drive_backend_v1/remote_sync_operation_resolver_unittest.cc
index 2c3bce2c77f351661bba55b478833ecc708c5e94..ec664f6dc76e85d6898e8d1e33042d5388ff05bc 100644
--- a/chrome/browser/sync_file_system/drive_backend/remote_sync_operation_resolver_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend_v1/remote_sync_operation_resolver_unittest.cc
@@ -6,7 +6,7 @@
#include <string>
#include <vector>
-#include "chrome/browser/sync_file_system/drive_backend/remote_sync_operation_resolver.h"
+#include "chrome/browser/sync_file_system/drive_backend_v1/remote_sync_operation_resolver.h"
#include "chrome/browser/sync_file_system/file_change.h"
#include "chrome/browser/sync_file_system/sync_file_type.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698