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

Unified Diff: chrome/browser/ui/omnibox/omnibox_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/omnibox/omnibox_view_browsertest.cc
diff --git a/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc b/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
index 9d763752cc50982e8d9962005935c3250d137436..da838068bec15a9c5ab81d7d74087a9ef7d0a62a 100644
--- a/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
+++ b/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
@@ -292,7 +292,7 @@ class OmniboxViewTest : public InProcessBrowserTest,
entry.typed_count, time, false,
history::SOURCE_BROWSED);
if (entry.starred)
- bookmark_utils::AddIfNotBookmarked(bookmark_model, url, base::string16());
+ bookmarks::AddIfNotBookmarked(bookmark_model, url, base::string16());
// Wait at least for the AddPageWithDetails() call to finish.
{
content::NotificationRegistrar registrar;

Powered by Google App Engine
This is Rietveld 408576698