| Index: chrome/browser/ui/bookmarks/bookmark_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/bookmarks/bookmark_unittest.cc (revision 276109)
|
| +++ chrome/browser/ui/bookmarks/bookmark_unittest.cc (working copy)
|
| @@ -23,9 +23,10 @@
|
| // Create a empty commited web contents.
|
| content::WebContents* web_contents = content::WebContents::Create(
|
| content::WebContents::CreateParams(browser()->profile()));
|
| - web_contents->GetController().LoadURL(
|
| - GURL(content::kAboutBlankURL), content::Referrer(),
|
| - content::PAGE_TRANSITION_LINK, std::string());
|
| + web_contents->GetController().LoadURL(GURL(url::kAboutBlankURL),
|
| + content::Referrer(),
|
| + content::PAGE_TRANSITION_LINK,
|
| + std::string());
|
|
|
| // Give it a NTP virtual URL.
|
| content::NavigationController* controller = &web_contents->GetController();
|
|
|