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

Unified Diff: chrome/browser/chromeos/drive/fake_file_system_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/chromeos/drive/fake_file_system_unittest.cc
diff --git a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc b/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
index e53dbe6bad23611209b9cbfbb48a3ad971e385c0..43011e361e925770ac3e6938ae1b99a5688aed3b 100644
--- a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
+++ b/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
@@ -21,9 +21,9 @@ class FakeFileSystemTest : public ::testing::Test {
// Initialize FakeDriveService.
fake_drive_service_.reset(new FakeDriveService);
fake_drive_service_->LoadResourceListForWapi(
- "chromeos/gdata/root_feed.json");
+ "gdata/root_feed.json");
fake_drive_service_->LoadAccountMetadataForWapi(
- "chromeos/gdata/account_metadata.json");
+ "gdata/account_metadata.json");
// Create a testee instance.
fake_file_system_.reset(new FakeFileSystem(fake_drive_service_.get()));

Powered by Google App Engine
This is Rietveld 408576698