summaryrefslogtreecommitdiffstats
path: root/content/browser/site_instance_impl_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/site_instance_impl_unittest.cc')
-rw-r--r--content/browser/site_instance_impl_unittest.cc4
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 00677c5..e37b410 100644
--- a/content/browser/site_instance_impl_unittest.cc
+++ b/content/browser/site_instance_impl_unittest.cc
@@ -75,8 +75,8 @@ class SiteInstanceTest : public testing::Test {
void SetUp() override {
old_browser_client_ = SetBrowserClientForTesting(&browser_client_);
- url::AddStandardScheme(kPrivilegedScheme);
- url::AddStandardScheme(kChromeUIScheme);
+ url::AddStandardScheme(kPrivilegedScheme, url::SCHEME_WITHOUT_PORT);
+ url::AddStandardScheme(kChromeUIScheme, url::SCHEME_WITHOUT_PORT);
SiteInstanceImpl::set_render_process_host_factory(&rph_factory_);
}