| Index: third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h
|
| index f483ad6f1255562425d4eaa92910e1f542c5ed6a..6c799930e55aec9db9bd99874d516dc669cd8491 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h
|
| @@ -5,16 +5,16 @@
|
| #ifndef NotificationResourcesLoader_h
|
| #define NotificationResourcesLoader_h
|
|
|
| +#include <memory>
|
| #include "modules/ModulesExport.h"
|
| #include "modules/notifications/NotificationImageLoader.h"
|
| #include "platform/heap/GarbageCollected.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/HeapAllocator.h"
|
| #include "platform/heap/ThreadState.h"
|
| +#include "platform/wtf/Functional.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| -#include "wtf/Functional.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|