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

Unified Diff: components/enhanced_bookmarks/enhanced_bookmark_utils.cc

Issue 456793002: Fixing the enhanced bookmark namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With an 's' this time. Created 6 years, 4 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: components/enhanced_bookmarks/enhanced_bookmark_utils.cc
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_utils.cc b/components/enhanced_bookmarks/enhanced_bookmark_utils.cc
index 85415cfebf1d39307a644dbfec0d04cfe5758ad2..b0aa32e9f8af45d60dfe4acc96544bcfdf7dc58a 100644
--- a/components/enhanced_bookmarks/enhanced_bookmark_utils.cc
+++ b/components/enhanced_bookmarks/enhanced_bookmark_utils.cc
@@ -10,7 +10,7 @@
#include "components/bookmarks/browser/bookmark_model.h"
#include "ui/base/models/tree_node_iterator.h"
-namespace enhanced_bookmark_utils {
+namespace enhanced_bookmarks {
std::vector<const BookmarkNode*> FindBookmarksWithQuery(
BookmarkModel* bookmark_model,
@@ -124,4 +124,4 @@ const BookmarkNode* RootLevelFolderForNode(const BookmarkNode* node,
return top;
}
-} // namespace enhanced_bookmark_utils
+} // namespace enhanced_bookmarks

Powered by Google App Engine
This is Rietveld 408576698