| Index: chrome/browser/site_instance_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/site_instance_unittest.cc (revision 10505)
|
| +++ chrome/browser/site_instance_unittest.cc (working copy)
|
| @@ -241,9 +241,9 @@
|
| GURL url_foo_https = GURL("https://foo/a.html");
|
| GURL url_foo_port = GURL("http://foo:8080/a.html");
|
| GURL url_javascript = GURL("javascript:alert(1);");
|
| - GURL url_crash = GURL(chrome::kAboutCrashURL);
|
| - GURL url_hang = GURL(chrome::kAboutHangURL);
|
| - GURL url_shorthang = GURL(chrome::kAboutShortHangURL);
|
| + GURL url_crash = GURL("about:crash");
|
| + GURL url_hang = GURL("about:hang");
|
| + GURL url_shorthang = GURL("about:shorthang");
|
|
|
| // Same scheme and port -> same site.
|
| EXPECT_TRUE(SiteInstance::IsSameWebSite(url_foo, url_foo2));
|
|
|