Index: components/bookmarks/test/test_bookmark_client.h |
diff --git a/components/bookmarks/test/test_bookmark_client.h b/components/bookmarks/test/test_bookmark_client.h |
index bdaf86ea23b969bb1e12d813ed3ee5b4f2e5b19a..7157b1b7b3c50890672ba0496f72b27f798a2057 100644 |
--- a/components/bookmarks/test/test_bookmark_client.h |
+++ b/components/bookmarks/test/test_bookmark_client.h |
@@ -19,7 +19,7 @@ class TestBookmarkClient : public bookmarks::BookmarkClient { |
// Create a BookmarkModel using this object as its client. The returned |
// BookmarkModel* is owned by the caller. |
- scoped_ptr<BookmarkModel> CreateModel(bool index_urls); |
+ scoped_ptr<BookmarkModel> CreateModel(); |
// Sets the list of extra nodes to be returned by the next call to |
// CreateModel() or GetLoadExtraNodesCallback(). |