| Index: content/browser/notifications/notification_event_dispatcher_impl.h
|
| diff --git a/content/browser/notifications/notification_event_dispatcher_impl.h b/content/browser/notifications/notification_event_dispatcher_impl.h
|
| index e9fcc3016c52814712b4803bce6acdab6b236523..fbc5d429f272edd3800662c4f4c40c3e43c7dab6 100644
|
| --- a/content/browser/notifications/notification_event_dispatcher_impl.h
|
| +++ b/content/browser/notifications/notification_event_dispatcher_impl.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CONTENT_BROWSER_NOTIFICATIONS_NOTIFICATION_EVENT_DISPATCHER_IMPL_H_
|
| #define CONTENT_BROWSER_NOTIFICATIONS_NOTIFICATION_EVENT_DISPATCHER_IMPL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| #include "content/public/browser/notification_event_dispatcher.h"
|
|
|
|
|