| Index: components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
 | 
| diff --git a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
 | 
| index 9fb77a0bdb0582881ae3ad2576ac4bb38a64061f..11e0bc474ce598eace0d2d9b8ee839ecf326d6b7 100644
 | 
| --- a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
 | 
| +++ b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
 | 
| @@ -7,6 +7,7 @@
 | 
|  #include <utility>
 | 
|  
 | 
|  #include "base/bind.h"
 | 
| +#include "base/memory/ptr_util.h"
 | 
|  #include "components/dom_distiller/content/common/distiller_page_notifier_service.mojom.h"
 | 
|  #include "components/dom_distiller/content/renderer/distiller_page_notifier_service_impl.h"
 | 
|  #include "content/public/renderer/render_frame.h"
 | 
| 
 |