| 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");
|
|
|