Index: components/bookmarks/browser/bookmark_codec_unittest.cc |
diff --git a/components/bookmarks/browser/bookmark_codec_unittest.cc b/components/bookmarks/browser/bookmark_codec_unittest.cc |
index 6279f920e11701de6532bfaaf4ba793decf21d3b..7e321b68071aa1b91afb251627b0afacb4ee6c35 100644 |
--- a/components/bookmarks/browser/bookmark_codec_unittest.cc |
+++ b/components/bookmarks/browser/bookmark_codec_unittest.cc |
@@ -19,6 +19,7 @@ |
using base::ASCIIToUTF16; |
+namespace bookmarks { |
namespace { |
const char kUrl1Title[] = "url1"; |
@@ -473,3 +474,5 @@ TEST_F(BookmarkCodecTest, CanDecodeMetaInfoAsString) { |
EXPECT_TRUE(bbn->GetChild(0)->GetMetaInfo(kNestedKey, &meta_value)); |
EXPECT_EQ("value3", meta_value); |
} |
+ |
+} // namespace bookmarks |