Index: chrome/browser/drive/drive_app_registry_unittest.cc |
diff --git a/chrome/browser/drive/drive_app_registry_unittest.cc b/chrome/browser/drive/drive_app_registry_unittest.cc |
index 77d828f0573f7ffa643b6005dc22354ed29c7dbc..6e04fd0d38a0340d2e12d6631d52a8c71a028ddb 100644 |
--- a/chrome/browser/drive/drive_app_registry_unittest.cc |
+++ b/chrome/browser/drive/drive_app_registry_unittest.cc |
@@ -151,7 +151,7 @@ TEST_F(DriveAppRegistryTest, UninstallDriveApp) { |
"123456788192", |
google_apis::test_util::CreateCopyResultCallback(&error)); |
base::RunLoop().RunUntilIdle(); |
- EXPECT_EQ(error, google_apis::HTTP_SUCCESS); |
+ EXPECT_EQ(error, google_apis::HTTP_NO_CONTENT); |
// Check that the number of apps is decreased by one. |
apps_registry_->GetAppList(&apps); |