| Index: chrome/browser/component_updater/test/component_updater_service_unittest.cc
|
| diff --git a/chrome/browser/component_updater/test/component_updater_service_unittest.cc b/chrome/browser/component_updater/test/component_updater_service_unittest.cc
|
| index 471c90a2a98daeeda832c9b595708d1a18c4eb2f..edcedc8641e29b804ca17e1ed189842075cc482e 100644
|
| --- a/chrome/browser/component_updater/test/component_updater_service_unittest.cc
|
| +++ b/chrome/browser/component_updater/test/component_updater_service_unittest.cc
|
| @@ -294,7 +294,7 @@ TEST_F(ComponentUpdaterTest, CheckCrxSleep) {
|
| io_thread.StartIOThread();
|
| file_thread.Start();
|
|
|
| - content::URLRequestPrepackagedInterceptor interceptor;
|
| + content::URLLocalHostRequestPrepackagedInterceptor interceptor;
|
|
|
| CrxComponent com;
|
| RegisterComponent(&com, kTestComponent_abag, Version("1.1"));
|
| @@ -372,7 +372,7 @@ TEST_F(ComponentUpdaterTest, InstallCrx) {
|
| io_thread.StartIOThread();
|
| file_thread.Start();
|
|
|
| - content::URLRequestPrepackagedInterceptor interceptor;
|
| + content::URLLocalHostRequestPrepackagedInterceptor interceptor;
|
|
|
| CrxComponent com1;
|
| RegisterComponent(&com1, kTestComponent_jebg, Version("0.9"));
|
| @@ -437,7 +437,7 @@ TEST_F(ComponentUpdaterTest, InstallCrxTwoSources) {
|
| io_thread.StartIOThread();
|
| file_thread.Start();
|
|
|
| - content::URLRequestPrepackagedInterceptor interceptor;
|
| + content::URLLocalHostRequestPrepackagedInterceptor interceptor;
|
|
|
| CrxComponent com1;
|
| RegisterComponent(&com1, kTestComponent_abag, Version("2.2"));
|
| @@ -509,7 +509,7 @@ TEST_F(ComponentUpdaterTest, ProdVersionCheck) {
|
| io_thread.StartIOThread();
|
| file_thread.Start();
|
|
|
| - content::URLRequestPrepackagedInterceptor interceptor;
|
| + content::URLLocalHostRequestPrepackagedInterceptor interceptor;
|
|
|
| CrxComponent com;
|
| RegisterComponent(&com, kTestComponent_jebg, Version("0.9"));
|
| @@ -549,7 +549,7 @@ TEST_F(ComponentUpdaterTest, CheckForUpdateSoon) {
|
| io_thread.StartIOThread();
|
| file_thread.Start();
|
|
|
| - content::URLRequestPrepackagedInterceptor interceptor;
|
| + content::URLLocalHostRequestPrepackagedInterceptor interceptor;
|
|
|
| CrxComponent com1;
|
| RegisterComponent(&com1, kTestComponent_abag, Version("2.2"));
|
|
|