| Index: third_party/WebKit/Source/platform/DragImage.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/DragImage.cpp b/third_party/WebKit/Source/platform/DragImage.cpp
 | 
| index ba603216293bb070121ac48bc9fe0d8d0d18fb29..6333b2951335a67e2a70ac911c2b9766ce91d0d0 100644
 | 
| --- a/third_party/WebKit/Source/platform/DragImage.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/DragImage.cpp
 | 
| @@ -25,6 +25,8 @@
 | 
|  
 | 
|  #include "platform/DragImage.h"
 | 
|  
 | 
| +#include <algorithm>
 | 
| +#include <memory>
 | 
|  #include "platform/RuntimeEnabledFeatures.h"
 | 
|  #include "platform/fonts/Font.h"
 | 
|  #include "platform/fonts/FontCache.h"
 | 
| @@ -52,8 +54,6 @@
 | 
|  #include "wtf/PtrUtil.h"
 | 
|  #include "wtf/RefPtr.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
| -#include <algorithm>
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |