| Index: chrome/test/chromedriver/chrome/chrome_desktop_impl.cc
|
| diff --git a/chrome/test/chromedriver/chrome/chrome_desktop_impl.cc b/chrome/test/chromedriver/chrome/chrome_desktop_impl.cc
|
| index f828bfb2d343ff30ba32d250ae422a83db573580..4a5222591bf9d81e92e7bcb7d0a1ddc2f0eefab6 100644
|
| --- a/chrome/test/chromedriver/chrome/chrome_desktop_impl.cc
|
| +++ b/chrome/test/chromedriver/chrome/chrome_desktop_impl.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "chrome/test/chromedriver/chrome/chrome_desktop_impl.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/posix/eintr_wrapper.h"
|
| @@ -11,6 +13,7 @@
|
| #include "base/sys_info.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "base/time/time.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/test/chromedriver/chrome/automation_extension.h"
|
| #include "chrome/test/chromedriver/chrome/devtools_client.h"
|
| #include "chrome/test/chromedriver/chrome/devtools_http_client.h"
|
|
|