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

Unified Diff: components/bookmarks/browser/bookmark_match.cc

Issue 323763003: Move BookmarkMatch into bookmarks namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | « components/bookmarks/browser/bookmark_match.h ('k') | components/bookmarks/browser/bookmark_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/bookmark_match.cc
diff --git a/components/bookmarks/browser/bookmark_match.cc b/components/bookmarks/browser/bookmark_match.cc
index 29ad0446d18e5a01f12ba34d37b66aeedc8a9a3a..a97b449d665ebf2a84f1cfbb77049d40c2c2e835 100644
--- a/components/bookmarks/browser/bookmark_match.cc
+++ b/components/bookmarks/browser/bookmark_match.cc
@@ -7,6 +7,8 @@
#include "base/logging.h"
#include "base/strings/string16.h"
+namespace bookmarks {
+
BookmarkMatch::BookmarkMatch() : node(NULL) {}
BookmarkMatch::~BookmarkMatch() {}
@@ -42,3 +44,5 @@ BookmarkMatch::MatchPositions BookmarkMatch::ReplaceOffsetsInMatchPositions(
}
return new_match_positions;
}
+
+} // namespace bookmarks
« no previous file with comments | « components/bookmarks/browser/bookmark_match.h ('k') | components/bookmarks/browser/bookmark_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698