| Index: third_party/WebKit/Source/web/WebDOMActivityLogger.cpp
 | 
| diff --git a/third_party/WebKit/Source/web/WebDOMActivityLogger.cpp b/third_party/WebKit/Source/web/WebDOMActivityLogger.cpp
 | 
| index 027e4f50bf6b693eb38af72f9d9866c4da50e33d..a57d72d3e404e1d503426769af49099736e869b0 100644
 | 
| --- a/third_party/WebKit/Source/web/WebDOMActivityLogger.cpp
 | 
| +++ b/third_party/WebKit/Source/web/WebDOMActivityLogger.cpp
 | 
| @@ -30,6 +30,7 @@
 | 
|  
 | 
|  #include "public/web/WebDOMActivityLogger.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "bindings/core/v8/V8Binding.h"
 | 
|  #include "bindings/core/v8/V8DOMActivityLogger.h"
 | 
|  #include "core/dom/Document.h"
 | 
| @@ -37,7 +38,6 @@
 | 
|  #include "wtf/PassRefPtr.h"
 | 
|  #include "wtf/PtrUtil.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |