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

Unified Diff: components/enhanced_bookmarks/enhanced_bookmark_utils.h

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
« no previous file with comments | « no previous file | components/enhanced_bookmarks/enhanced_bookmark_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/enhanced_bookmarks/enhanced_bookmark_utils.h
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_utils.h b/components/enhanced_bookmarks/enhanced_bookmark_utils.h
index 54417e1b72d79424051b120f345df849551f4454..8cc5996c0c8b4e5834af0f0104ec730b50cefd0a 100644
--- a/components/enhanced_bookmarks/enhanced_bookmark_utils.h
+++ b/components/enhanced_bookmarks/enhanced_bookmark_utils.h
@@ -12,7 +12,7 @@
class BookmarkModel;
class BookmarkNode;
-namespace enhanced_bookmark_utils {
+namespace enhanced_bookmarks {
// Returns an ordered vector of bookmarks that are urls that match |query|.
// |query| must be UTF8 encoded.
@@ -44,6 +44,6 @@ bool IsPrimaryPermanentNode(const BookmarkNode* node, BookmarkModel* model);
const BookmarkNode* RootLevelFolderForNode(const BookmarkNode* node,
BookmarkModel* model);
-} // namespace enhanced_bookmark_utils
+} // namespace enhanced_bookmarks
#endif // COMPONENTS_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARK_UTILS_H_
« no previous file with comments | « no previous file | components/enhanced_bookmarks/enhanced_bookmark_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698