| Index: third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h
|
| index a7c36f1013542c6cc826766eda262a90562a03d4..60e000c62bccdf13166bc898d835dce084219cbf 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h
|
| @@ -5,15 +5,15 @@
|
| #ifndef NotificationImageLoader_h
|
| #define NotificationImageLoader_h
|
|
|
| +#include <memory>
|
| #include "core/loader/ThreadableLoader.h"
|
| #include "core/loader/ThreadableLoaderClient.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Functional.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| -#include "wtf/Functional.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|