| Index: third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
 | 
| index 96821797f92ac43b169c10593300f7e54fecf6fb..692c21a35c6656857faddffe1bec7b5d44e376f5 100644
 | 
| --- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  #include "modules/notifications/NotificationImageLoader.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/dom/ExecutionContext.h"
 | 
|  #include "platform/Histogram.h"
 | 
|  #include "platform/image-decoders/ImageDecoder.h"
 | 
| @@ -18,7 +19,6 @@
 | 
|  #include "skia/ext/image_operations.h"
 | 
|  #include "wtf/CurrentTime.h"
 | 
|  #include "wtf/Threading.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  #define NOTIFICATION_PER_TYPE_HISTOGRAM_COUNTS(metric, type_name, value, max) \
 | 
|    case NotificationImageLoader::Type::type_name: {                            \
 | 
| 
 |