| Index: chrome/browser/drive/fake_drive_service.cc
|
| diff --git a/chrome/browser/drive/fake_drive_service.cc b/chrome/browser/drive/fake_drive_service.cc
|
| index c7638950ba39c0c2139af539eb8c7cd9dc1bc2fe..2fd6eb01f751cbf5edc558764c01283d02a2a507 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;
|
| }
|
| }
|
|
|