| Index: components/bookmarks/browser/bookmark_index.cc
|
| diff --git a/components/bookmarks/browser/bookmark_index.cc b/components/bookmarks/browser/bookmark_index.cc
|
| index 00a49024415a9e2e25302943b5fa5050d32e3d1a..2dd783f38ef067c34b68ad381cc16e1924cdff45 100644
|
| --- a/components/bookmarks/browser/bookmark_index.cc
|
| +++ b/components/bookmarks/browser/bookmark_index.cc
|
| @@ -22,6 +22,8 @@
|
| typedef BookmarkClient::NodeTypedCountPair NodeTypedCountPair;
|
| typedef BookmarkClient::NodeTypedCountPairs NodeTypedCountPairs;
|
|
|
| +namespace bookmarks {
|
| +
|
| namespace {
|
|
|
| // Returns a normalized version of the UTF16 string |text|. If it fails to
|
| @@ -363,3 +365,5 @@ void BookmarkIndex::UnregisterNode(const base::string16& term,
|
| if (i->second.empty())
|
| index_.erase(i);
|
| }
|
| +
|
| +} // namespace bookmarks
|
|
|