| 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 4ab17e9d9cbc4c1c7ba6efecbe22e8dcb793cc54..8f110429feceace35cef349f13d0036054b1f94d 100644
 | 
| --- a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h
 | 
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h
 | 
| @@ -56,7 +56,6 @@ class MODULES_EXPORT NotificationResourcesLoader final
 | 
|  
 | 
|   private:
 | 
|    void loadImage(ExecutionContext*,
 | 
| -                 NotificationImageLoader::Type,
 | 
|                   const KURL&,
 | 
|                   std::unique_ptr<NotificationImageLoader::ImageCallback>);
 | 
|    void didLoadImage(const SkBitmap& image);
 | 
| 
 |