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

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

Issue 2877233002: Remove the i from visib[i]le. (Closed)
Patch Set: merge with tot Created 3 years, 7 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_model_unittest.cc
diff --git a/components/bookmarks/browser/bookmark_model_unittest.cc b/components/bookmarks/browser/bookmark_model_unittest.cc
index 64a5bb40f69d01e3a141ca473277cdc030926f6b..551999a476cf9057590be7cf28b4dc840cea957e 100644
--- a/components/bookmarks/browser/bookmark_model_unittest.cc
+++ b/components/bookmarks/browser/bookmark_model_unittest.cc
@@ -1114,7 +1114,7 @@ TEST_F(BookmarkModelTest, NodeVisibility) {
EXPECT_TRUE(model_->mobile_node()->IsVisible());
}
-TEST_F(BookmarkModelTest, MobileNodeVisibileWithChildren) {
+TEST_F(BookmarkModelTest, MobileNodeVisibleWithChildren) {
const BookmarkNode* root = model_->mobile_node();
const base::string16 title(ASCIIToUTF16("foo"));
const GURL url("http://foo.com");
« no previous file with comments | « chrome/browser/data_use_measurement/chrome_data_use_ascriber_service.h ('k') | services/ui/ws/cursor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698