| Index: components/web_view/test_runner/test_runner_application_delegate.h
 | 
| diff --git a/components/web_view/test_runner/test_runner_application_delegate.h b/components/web_view/test_runner/test_runner_application_delegate.h
 | 
| index 5867ffe960c7230ad50e06ccd38c0a363261b51d..49a0ee1b4943d22ee6062d9b8b15b2b566429874 100644
 | 
| --- a/components/web_view/test_runner/test_runner_application_delegate.h
 | 
| +++ b/components/web_view/test_runner/test_runner_application_delegate.h
 | 
| @@ -5,7 +5,10 @@
 | 
|  #ifndef COMPONENTS_WEB_VIEW__TEST_RUNNER_TEST_RUNNER_APPLICATION_DELEGATE_H_
 | 
|  #define COMPONENTS_WEB_VIEW__TEST_RUNNER_TEST_RUNNER_APPLICATION_DELEGATE_H_
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include "base/command_line.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "components/mus/public/cpp/window_tree_delegate.h"
 | 
|  #include "components/mus/public/interfaces/window_tree_host.mojom.h"
 | 
| 
 |