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