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

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/api_util_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/api_util_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
index 2b4b90a6c62a33c041cad2989ecc04f0a2605201..d280a90cb152e8fc663b92112bca43c6c8f091cf 100644
--- a/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
@@ -63,7 +63,8 @@ class APIUtilTest : public testing::Test {
fake_drive_uploader_ = new FakeDriveUploader(fake_drive_service_);
fake_drive_helper_.reset(new FakeDriveServiceHelper(
- fake_drive_service_, fake_drive_uploader_));
+ fake_drive_service_, fake_drive_uploader_,
+ APIUtil::GetSyncRootDirectoryName()));
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
api_util_ = APIUtil::CreateForTesting(

Powered by Google App Engine
This is Rietveld 408576698