Index: chrome/browser/component_updater/component_updater_service_unittest.cc |
=================================================================== |
--- chrome/browser/component_updater/component_updater_service_unittest.cc (revision 107061) |
+++ chrome/browser/component_updater/component_updater_service_unittest.cc (working copy) |
@@ -154,11 +154,11 @@ |
notification_tracker_.ListenFor( |
notifications[ix], content::NotificationService::AllSources()); |
} |
- URLFetcher::enable_interception_for_tests(true); |
+ content::URLFetcher::SetEnableInterceptionForTests(true); |
} |
~ComponentUpdaterTest() { |
- URLFetcher::enable_interception_for_tests(false); |
+ content::URLFetcher::SetEnableInterceptionForTests(false); |
} |
ComponentUpdateService* component_updater() { |