| Index: content/child/notifications/notification_image_loader.h
|
| diff --git a/content/child/notifications/notification_image_loader.h b/content/child/notifications/notification_image_loader.h
|
| index 8eae0326ad0bc7644a2db6bbea09e6827e67c464..33297c973d0e8dd4dc43d829f6df2fc5b948a3ea 100644
|
| --- a/content/child/notifications/notification_image_loader.h
|
| +++ b/content/child/notifications/notification_image_loader.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CONTENT_CHILD_NOTIFICATIONS_NOTIFICATION_IMAGE_LOADER_H_
|
| #define CONTENT_CHILD_NOTIFICATIONS_NOTIFICATION_IMAGE_LOADER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/sequenced_task_runner_helpers.h"
|
|
|