| Index: components/bookmarks/test/test_bookmark_client.cc
|
| diff --git a/components/bookmarks/test/test_bookmark_client.cc b/components/bookmarks/test/test_bookmark_client.cc
|
| index b8b38e98313528d1c62984219c91b3c19223b5e5..145ad5737d693f141a7ab559ca284bcf277bf559 100644
|
| --- a/components/bookmarks/test/test_bookmark_client.cc
|
| +++ b/components/bookmarks/test/test_bookmark_client.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/bookmarks/test/test_bookmark_client.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/logging.h"
|
| @@ -84,7 +86,7 @@ bool TestBookmarkClient::CanBeEditedByUser(const BookmarkNode* node) {
|
| // static
|
| BookmarkPermanentNodeList TestBookmarkClient::LoadExtraNodes(
|
| BookmarkPermanentNodeList extra_nodes,
|
| - int64* next_id) {
|
| + int64_t* next_id) {
|
| return extra_nodes.Pass();
|
| }
|
|
|
|
|