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

Unified Diff: chrome/browser/sync_file_system/drive_file_sync_service_sync_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_sync_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_file_sync_service_sync_unittest.cc b/chrome/browser/sync_file_system/drive_file_sync_service_sync_unittest.cc
index 4738196ac7b754fb02b656d2885d1b964aed5ac2..a329bfea3b07a7deb3c22dfb104ac814b5ac56e7 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_service_sync_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_file_sync_service_sync_unittest.cc
@@ -89,9 +89,9 @@ class DriveFileSyncServiceSyncTest : public testing::Test {
fake_drive_service_ = new ::drive::FakeDriveService();
fake_drive_service_->Initialize(&profile_);
ASSERT_TRUE(fake_drive_service_->LoadAccountMetadataForWapi(
- "chromeos/sync_file_system/account_metadata.json"));
+ "sync_file_system/account_metadata.json"));
ASSERT_TRUE(fake_drive_service_->LoadResourceListForWapi(
- "chromeos/gdata/root_feed.json"));
+ "gdata/root_feed.json"));
drive_uploader_ = new ::drive::DriveUploader(
fake_drive_service_, base::MessageLoopProxy::current().get());
« no previous file with comments | « chrome/browser/sync_file_system/drive_file_sync_service_fake_unittest.cc ('k') | chrome/test/data/chromeos/drive/about.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698