| Index: chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc (revision 276109)
|
| +++ chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc (working copy)
|
| @@ -466,7 +466,7 @@
|
| DontCheckTitle);
|
|
|
| // Check that the new popup displays about:blank.
|
| - EXPECT_EQ(GURL(content::kAboutBlankURL), popup->GetURL());
|
| + EXPECT_EQ(GURL(url::kAboutBlankURL), popup->GetURL());
|
| }
|
|
|
| // Verify that the renderer can't DOS the browser by creating arbitrarily many
|
|
|