| Index: chrome/browser/component_updater/test/component_updater_ping_manager_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/component_updater/test/component_updater_ping_manager_unittest.cc (revision 242136)
|
| +++ chrome/browser/component_updater/test/component_updater_ping_manager_unittest.cc (working copy)
|
| @@ -116,7 +116,7 @@
|
| item.diff_error_code = 20;
|
| item.diff_extra_code1 = -10;
|
| item.diff_update_failed = true;
|
| - item.diff_crx_url = GURL("http://host/path");
|
| + item.crx_diffurls.push_back(GURL("http://host/path"));
|
|
|
| ping_manager_->OnUpdateComplete(&item);
|
| base::RunLoop().RunUntilIdle();
|
|
|