| Index: components/html_viewer/web_notification_manager_impl.h
|
| diff --git a/components/html_viewer/web_notification_manager_impl.h b/components/html_viewer/web_notification_manager_impl.h
|
| index 6d2890f19365366784012d8572d0bb30f1d52dfe..02d4a7bf894275b72114537cc52ae446d16c6eaa 100644
|
| --- a/components/html_viewer/web_notification_manager_impl.h
|
| +++ b/components/html_viewer/web_notification_manager_impl.h
|
| @@ -5,6 +5,10 @@
|
| #ifndef COMPONENTS_HTML_VIEWER_WEB_NOTIFICATION_MANAGER_IMPL_H_
|
| #define COMPONENTS_HTML_VIEWER_WEB_NOTIFICATION_MANAGER_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h"
|
|
|
| namespace blink {
|
|
|