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

Unified Diff: chrome/browser/chromeos/drive/sync_client_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/sync_client_unittest.cc
diff --git a/chrome/browser/chromeos/drive/sync_client_unittest.cc b/chrome/browser/chromeos/drive/sync_client_unittest.cc
index 9d1aea2d87c7f19c59e9bb3784faed47cfd07aba..72a28c548ed0d19fe1f6a226891d53af3d673e7a 100644
--- a/chrome/browser/chromeos/drive/sync_client_unittest.cc
+++ b/chrome/browser/chromeos/drive/sync_client_unittest.cc
@@ -81,9 +81,9 @@ class SyncClientTest : public testing::Test {
profile_.reset(new TestingProfile);
drive_service_.reset(new SyncClientTestDriveService);
- drive_service_->LoadResourceListForWapi("chromeos/gdata/empty_feed.json");
+ drive_service_->LoadResourceListForWapi("gdata/empty_feed.json");
drive_service_->LoadAccountMetadataForWapi(
- "chromeos/gdata/account_metadata.json");
+ "gdata/account_metadata.json");
scheduler_.reset(new JobScheduler(profile_.get(), drive_service_.get(),
base::MessageLoopProxy::current()));

Powered by Google App Engine
This is Rietveld 408576698