| Index: chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc b/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| index 6da3b3b44722023b039d5b84d7c6c53908c3e18b..c6e72df349f0e13c37d9b92d4233f81139281092 100644
|
| --- a/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| @@ -169,7 +169,7 @@ TEST_F(BookmarkHTMLWriterTest, Test) {
|
| // F3
|
| // F4
|
| // url1
|
| - // Synced
|
| + // Mobile
|
| // url1
|
| string16 f1_title = ASCIIToUTF16("F\"&;<1\"");
|
| string16 f2_title = ASCIIToUTF16("F2");
|
| @@ -208,7 +208,7 @@ TEST_F(BookmarkHTMLWriterTest, Test) {
|
| model->AddURLWithCreationTime(f4, 0, url1_title, url1, t1);
|
| model->AddURLWithCreationTime(model->bookmark_bar_node(), 2, url4_title,
|
| url4, t4);
|
| - model->AddURLWithCreationTime(model->synced_node(), 0, url1_title, url1, t1);
|
| + model->AddURLWithCreationTime(model->mobile_node(), 0, url1_title, url1, t1);
|
|
|
| // Write to a temp file.
|
| BookmarksObserver observer(&message_loop);
|
|
|