| Index: chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/bookmarks_helper.cc b/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| index ccb43084b9241f541b103b8376ae818283f30c41..a21790c426078536927c1ab417700b745b2dd284 100644
|
| --- a/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| @@ -4,12 +4,15 @@
|
|
|
| #include "chrome/browser/sync/test/integration/bookmarks_helper.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
| #include <vector>
|
|
|
| #include "base/bind.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_util.h"
|
| +#include "base/macros.h"
|
| #include "base/path_service.h"
|
| #include "base/rand_util.h"
|
| #include "base/run_loop.h"
|
|
|