| Index: remoting/test/app_remoting_test_driver_environment_unittest.cc
|
| diff --git a/remoting/test/app_remoting_test_driver_environment_unittest.cc b/remoting/test/app_remoting_test_driver_environment_unittest.cc
|
| index cf9a4ccbc3e55689ebefbf10d1129b31f8d897c6..3efe396c7eddbeeec1493f9eba63ec8fe13aec65 100644
|
| --- a/remoting/test/app_remoting_test_driver_environment_unittest.cc
|
| +++ b/remoting/test/app_remoting_test_driver_environment_unittest.cc
|
| @@ -4,9 +4,12 @@
|
|
|
| #include "remoting/test/app_remoting_test_driver_environment.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
|
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "remoting/test/fake_access_token_fetcher.h"
|
| #include "remoting/test/fake_app_remoting_report_issue_request.h"
|
| #include "remoting/test/fake_refresh_token_store.h"
|
|
|