diff options
Diffstat (limited to 'chrome/browser/ui/bookmarks/bookmark_unittest.cc')
-rw-r--r-- | chrome/browser/ui/bookmarks/bookmark_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/bookmarks/bookmark_unittest.cc b/chrome/browser/ui/bookmarks/bookmark_unittest.cc index bc285a5..84aa632 100644 --- a/chrome/browser/ui/bookmarks/bookmark_unittest.cc +++ b/chrome/browser/ui/bookmarks/bookmark_unittest.cc @@ -25,7 +25,7 @@ TEST_F(BookmarkTest, DetachedBookmarkBarOnCustomNTP) { content::WebContents* web_contents = content::WebContents::Create( content::WebContents::CreateParams(browser()->profile())); web_contents->GetController().LoadURL( - GURL(chrome::kAboutBlankURL), content::Referrer(), + GURL(content::kAboutBlankURL), content::Referrer(), content::PAGE_TRANSITION_LINK, std::string()); // Give it a NTP virtual URL. |