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

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/local_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/local_sync_operation_resolver_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/local_sync_operation_resolver_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/local_sync_operation_resolver_unittest.cc
similarity index 98%
rename from chrome/browser/sync_file_system/drive_backend/local_sync_operation_resolver_unittest.cc
rename to chrome/browser/sync_file_system/drive_backend_v1/local_sync_operation_resolver_unittest.cc
index 9f59277af6ab880f8c75347f86c0843edc4f5cff..815dc00b4ab1bd9b34a04db0877ddbe6f1e776fa 100644
--- a/chrome/browser/sync_file_system/drive_backend/local_sync_operation_resolver_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend_v1/local_sync_operation_resolver_unittest.cc
@@ -7,7 +7,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
-#include "chrome/browser/sync_file_system/drive_backend/local_sync_operation_resolver.h"
+#include "chrome/browser/sync_file_system/drive_backend_v1/local_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