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

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

Issue 103013003: [SyncFS] Move APIUtil constants to V2 directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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_service_fake_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc
index 13c14c0c54e15df17e1921b29ffee6472c195af6..b6c014faa5c0488f3eeee6496d480f108e6c6174 100644
--- a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc
@@ -190,7 +190,8 @@ class DriveFileSyncServiceFakeTest : public testing::Test {
fake_drive_service_, base::MessageLoopProxy::current().get());
fake_drive_helper_.reset(new FakeDriveServiceHelper(
- fake_drive_service_, drive_uploader));
+ fake_drive_service_, drive_uploader,
+ APIUtil::GetSyncRootDirectoryName()));
api_util_ = APIUtil::CreateForTesting(
fake_drive_helper_->base_dir_path().AppendASCII("tmp"),

Powered by Google App Engine
This is Rietveld 408576698