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

Unified Diff: chrome/browser/drive/mock_drive_service.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/drive/mock_drive_service.cc
diff --git a/chrome/browser/drive/mock_drive_service.cc b/chrome/browser/drive/mock_drive_service.cc
index 3632a7b6cc6e1e50cb2ea0759c984fdcc71c45a6..20b720703db49cd35ba6d29b5772ad4f45ae5316 100644
--- a/chrome/browser/drive/mock_drive_service.cc
+++ b/chrome/browser/drive/mock_drive_service.cc
@@ -54,7 +54,7 @@ MockDriveService::MockDriveService() {
// Fill in the default values for mock data.
directory_data_ =
- test_util::LoadJSONFile("chromeos/gdata/new_folder_entry.json");
+ test_util::LoadJSONFile("gdata/new_folder_entry.json");
}
MockDriveService::~MockDriveService() {}
« no previous file with comments | « chrome/browser/drive/fake_drive_service_unittest.cc ('k') | chrome/browser/google_apis/base_requests_server_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698