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

Unified Diff: components/bookmarks/browser/bookmark_index_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_index_unittest.cc
diff --git a/components/bookmarks/browser/bookmark_index_unittest.cc b/components/bookmarks/browser/bookmark_index_unittest.cc
index 3898e59299e7f70c08ad7b0d2f1a384ae1c6c813..d47438620c43890fe45bc345db5adaa5224f268e 100644
--- a/components/bookmarks/browser/bookmark_index_unittest.cc
+++ b/components/bookmarks/browser/bookmark_index_unittest.cc
@@ -26,7 +26,7 @@ namespace {
const char kAboutBlankURL[] = "about:blank";
-class BookmarkClientMock : public test::TestBookmarkClient {
+class BookmarkClientMock : public TestBookmarkClient {
public:
BookmarkClientMock(const std::map<GURL, int>& typed_count_map)
: typed_count_map_(typed_count_map) {}
@@ -132,7 +132,7 @@ class BookmarkIndexTest : public testing::Test {
}
protected:
- test::TestBookmarkClient client_;
+ TestBookmarkClient client_;
scoped_ptr<BookmarkModel> model_;
private:

Powered by Google App Engine
This is Rietveld 408576698