diff options
Diffstat (limited to 'content/browser/site_instance_impl_unittest.cc')
-rw-r--r-- | content/browser/site_instance_impl_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/site_instance_impl_unittest.cc b/content/browser/site_instance_impl_unittest.cc index bcc03f9..646f4d0 100644 --- a/content/browser/site_instance_impl_unittest.cc +++ b/content/browser/site_instance_impl_unittest.cc @@ -92,8 +92,8 @@ class SiteInstanceTest : public testing::Test { virtual void SetUp() { old_browser_client_ = SetBrowserClientForTesting(&browser_client_); - url_util::AddStandardScheme(kPrivilegedScheme); - url_util::AddStandardScheme(kChromeUIScheme); + url::AddStandardScheme(kPrivilegedScheme); + url::AddStandardScheme(kChromeUIScheme); SiteInstanceImpl::set_render_process_host_factory(&rph_factory_); } |