| Index: third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp b/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
 | 
| index 5914aa621e8e85d006c94adb80f11a5055179e96..1b836ef0d3757c6286187cef4deba920ae9e43df 100644
 | 
| --- a/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
 | 
| @@ -4,11 +4,11 @@
 | 
|  
 | 
|  #include "core/events/PointerEventFactory.h"
 | 
|  
 | 
| +#include <gtest/gtest.h>
 | 
| +#include <climits>
 | 
|  #include "core/frame/FrameView.h"
 | 
|  #include "core/page/Page.h"
 | 
|  #include "public/platform/WebPointerProperties.h"
 | 
| -#include <climits>
 | 
| -#include <gtest/gtest.h>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |