| Index: third_party/WebKit/public/platform/WebRect.h
 | 
| diff --git a/third_party/WebKit/public/platform/WebRect.h b/third_party/WebKit/public/platform/WebRect.h
 | 
| index 81089d77398427838d94b0c184a768e0aa63b235..9083cd45e3056851174a12306551fc87cb48602a 100644
 | 
| --- a/third_party/WebKit/public/platform/WebRect.h
 | 
| +++ b/third_party/WebKit/public/platform/WebRect.h
 | 
| @@ -36,9 +36,9 @@
 | 
|  #if INSIDE_BLINK
 | 
|  #include "platform/geometry/IntRect.h"
 | 
|  #else
 | 
| +#include <ui/gfx/geometry/rect.h>
 | 
|  #include <algorithm>
 | 
|  #include <cmath>
 | 
| -#include <ui/gfx/geometry/rect.h>
 | 
|  #endif
 | 
|  
 | 
|  namespace blink {
 | 
| 
 |