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

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

Issue 18355004: google_apis: Move data files out of chrome/test/data/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix extension tests Created 7 years, 6 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_file_sync_service_fake_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_file_sync_service_fake_unittest.cc b/chrome/browser/sync_file_system/drive_file_sync_service_fake_unittest.cc
index 504a7785129cd452168e34fb3e4d75ba10dca64d..74c7d28401d9cc9887bf1be7b88c6d2b380942f8 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_service_fake_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_file_sync_service_fake_unittest.cc
@@ -215,9 +215,9 @@ class DriveFileSyncServiceFakeTest : public testing::Test {
EXPECT_TRUE(done);
fake_drive_service_->LoadResourceListForWapi(
- "chromeos/sync_file_system/initialize.json");
+ "sync_file_system/initialize.json");
fake_drive_service()->LoadAccountMetadataForWapi(
- "chromeos/sync_file_system/account_metadata.json");
+ "sync_file_system/account_metadata.json");
// Setup the sync root directory.
EXPECT_EQ(google_apis::HTTP_CREATED,

Powered by Google App Engine
This is Rietveld 408576698