diff options
Diffstat (limited to 'chrome/browser/drive/fake_drive_service.cc')
-rw-r--r-- | chrome/browser/drive/fake_drive_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/drive/fake_drive_service.cc b/chrome/browser/drive/fake_drive_service.cc index 6ea4bf8..6995f28 100644 --- a/chrome/browser/drive/fake_drive_service.cc +++ b/chrome/browser/drive/fake_drive_service.cc @@ -1280,7 +1280,7 @@ CancelCallback FakeDriveService::UninstallApp( if (items->GetDictionary(i, &item) && item->GetString("id", &id) && id == app_id) { if (items->Remove(i, NULL)) - error = google_apis::HTTP_SUCCESS; + error = google_apis::HTTP_NO_CONTENT; break; } } |