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

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: 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..00f7297838c8ef7f623345cee0df17a414ef472c 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_bookmark {
blundell 2014/08/12 14:04:15 enhanced_bookmarks
noyau (Ping after 24h) 2014/08/27 09:35:39 Done.
// 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_bookmark
#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