| Index: components/html_viewer/blink_platform_impl.h
|
| diff --git a/components/html_viewer/blink_platform_impl.h b/components/html_viewer/blink_platform_impl.h
|
| index 25f078f7c14accf220b5d5e1c6ff1cb40a09f5e5..560aa634a61cbe10ba44066f8330044de6516ea4 100644
|
| --- a/components/html_viewer/blink_platform_impl.h
|
| +++ b/components/html_viewer/blink_platform_impl.h
|
| @@ -5,6 +5,10 @@
|
| #ifndef COMPONENTS_HTML_VIEWER_BLINK_PLATFORM_IMPL_H_
|
| #define COMPONENTS_HTML_VIEWER_BLINK_PLATFORM_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/thread_local_storage.h"
|
| #include "base/timer/timer.h"
|
|
|