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

Unified Diff: chrome/browser/chromeos/drive/drive_app_registry_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/drive_app_registry_unittest.cc
diff --git a/chrome/browser/chromeos/drive/drive_app_registry_unittest.cc b/chrome/browser/chromeos/drive/drive_app_registry_unittest.cc
index 3324eed0ac359f88a5cfbcfb4c2d11c46140675b..605fa8be627112925c22c39ef22a7c77f6d837d1 100644
--- a/chrome/browser/chromeos/drive/drive_app_registry_unittest.cc
+++ b/chrome/browser/chromeos/drive/drive_app_registry_unittest.cc
@@ -22,7 +22,7 @@ class DriveAppRegistryTest : public testing::Test {
// The fake object will be manually deleted in TearDown().
fake_drive_service_.reset(new FakeDriveService);
- fake_drive_service_->LoadAppListForDriveApi("chromeos/drive/applist.json");
+ fake_drive_service_->LoadAppListForDriveApi("drive/applist.json");
scheduler_.reset(new JobScheduler(profile_.get(), fake_drive_service_.get(),
base::MessageLoopProxy::current()));

Powered by Google App Engine
This is Rietveld 408576698