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

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

Issue 562693002: Move TestBookmarkClient into bookmarks namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix enhanced_bookmarks Created 6 years, 3 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
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 896ae920d62c3cc57a4535eca8f289661d57041b..242b6a5bd0cac977530f56c7f2b7a10e509a6c05 100644
--- a/components/bookmarks/browser/bookmark_codec_unittest.cc
+++ b/components/bookmarks/browser/bookmark_codec_unittest.cc
@@ -224,7 +224,7 @@ class BookmarkCodecTest : public testing::Test {
CheckIDs(model->mobile_node(), &assigned_ids);
}
- test::TestBookmarkClient client_;
+ TestBookmarkClient client_;
};
TEST_F(BookmarkCodecTest, ChecksumEncodeDecodeTest) {

Powered by Google App Engine
This is Rietveld 408576698