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

Unified Diff: components/enhanced_bookmarks/enhanced_bookmark_model_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/enhanced_bookmarks/enhanced_bookmark_model_unittest.cc
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_model_unittest.cc b/components/enhanced_bookmarks/enhanced_bookmark_model_unittest.cc
index 72bd26ce81824caf8d2e5114d59c56383ed7f239..5263297bb6f32af4d292dabfd45308e759a91e5e 100644
--- a/components/enhanced_bookmarks/enhanced_bookmark_model_unittest.cc
+++ b/components/enhanced_bookmarks/enhanced_bookmark_model_unittest.cc
@@ -26,7 +26,7 @@ class EnhancedBookmarkModelTest : public testing::Test {
virtual ~EnhancedBookmarkModelTest() {}
virtual void SetUp() OVERRIDE {
- test::TestBookmarkClient bookmark_client;
+ bookmarks::TestBookmarkClient bookmark_client;
bookmark_model_.reset(bookmark_client.CreateModel().release());
model_.reset(new enhanced_bookmarks::EnhancedBookmarkModel(
bookmark_model_.get(), "v1.0"));
« no previous file with comments | « components/bookmarks/test/test_bookmark_client.cc ('k') | components/enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698