| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| index 43d2e28a0a2b1d4c6cd3292284c8ea87dcc2824b..c6726a1706260f92ac9783fc4249104f410be0b2 100644
 | 
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| @@ -30,6 +30,7 @@
 | 
|  
 | 
|  #include "web/WebViewImpl.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/CSSValueKeywords.h"
 | 
|  #include "core/HTMLNames.h"
 | 
|  #include "core/clipboard/DataObject.h"
 | 
| @@ -178,7 +179,6 @@
 | 
|  #include "wtf/CurrentTime.h"
 | 
|  #include "wtf/PtrUtil.h"
 | 
|  #include "wtf/RefPtr.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  #if USE(DEFAULT_RENDER_THEME)
 | 
|  #include "core/layout/LayoutThemeDefault.h"
 | 
| 
 |