| Index: chrome/test/base/in_process_browser_test_browsertest.cc
|
| diff --git a/chrome/test/base/in_process_browser_test_browsertest.cc b/chrome/test/base/in_process_browser_test_browsertest.cc
|
| index a438b07b7922fe9ed440a889d70129952fa01c62..c0cb53fefb7a3bb1f2394f6d0a5b9afc76b50bef 100644
|
| --- a/chrome/test/base/in_process_browser_test_browsertest.cc
|
| +++ b/chrome/test/base/in_process_browser_test_browsertest.cc
|
| @@ -2,9 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| #include <string.h>
|
|
|
| #include "base/files/file_util.h"
|
| +#include "base/macros.h"
|
| #include "base/path_service.h"
|
| #include "chrome/browser/after_startup_task_utils.h"
|
| #include "chrome/browser/ui/browser.h"
|
|
|