Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2076)

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc

Issue 386283002: Move bookmark_utils into bookmarks namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc b/chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc
index fae11af17d868e86919b7f36a4aa5e16574df68f..b003c5196fa7f1cf95934b8c55fd5e2b2c60cb08 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc
@@ -108,7 +108,7 @@ IN_PROC_BROWSER_TEST_F(ToolbarViewTest,
BookmarkModel* model =
BookmarkModelFactory::GetForProfile(browser()->profile());
- bookmark_utils::AddIfNotBookmarked(
+ bookmarks::AddIfNotBookmarked(
model, GURL("http://foo.com"), base::ASCIIToUTF16("Foo"));
// We want to specifically test the case where the bookmark bar is

Powered by Google App Engine
This is Rietveld 408576698