summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_table_model_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_table_model_unittest.cc')
-rw-r--r--chrome/browser/bookmarks/bookmark_table_model_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_table_model_unittest.cc b/chrome/browser/bookmarks/bookmark_table_model_unittest.cc
index 39bc782..54ee29e 100644
--- a/chrome/browser/bookmarks/bookmark_table_model_unittest.cc
+++ b/chrome/browser/bookmarks/bookmark_table_model_unittest.cc
@@ -132,7 +132,8 @@ TEST_F(BookmarkTableModelTest, AddToFolder) {
const BookmarkNode* other = bookmark_model()->other_node();
SetModel(BookmarkTableModel::CreateBookmarkTableModelForFolder(
bookmark_model(), other));
- const BookmarkNode* new_node = bookmark_model()->AddURL(other, 0, L"new", url1_);
+ const BookmarkNode* new_node = bookmark_model()->AddURL(other, 0, L"new",
+ url1_);
// Should have gotten notification of the add.
VerifyAndClearOberserverCounts(0, 0, 1, 0);
ASSERT_EQ(4, model_->RowCount());