| Index: third_party/WebKit/Source/core/testing/Internals.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
 | 
| index dabd8b74de6a8163d6e638c4ef502077e88d22b9..04cfc281e19c5b30d7429a08a1be7f601617157f 100644
 | 
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
 | 
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
 | 
| @@ -45,7 +45,6 @@
 | 
|  #include "core/dom/ClientRectList.h"
 | 
|  #include "core/dom/DOMArrayBuffer.h"
 | 
|  #include "core/dom/DOMNodeIds.h"
 | 
| -#include "core/dom/DOMPoint.h"
 | 
|  #include "core/dom/DOMStringList.h"
 | 
|  #include "core/dom/Document.h"
 | 
|  #include "core/dom/Element.h"
 | 
| @@ -80,6 +79,7 @@
 | 
|  #include "core/frame/LocalFrame.h"
 | 
|  #include "core/frame/Settings.h"
 | 
|  #include "core/frame/VisualViewport.h"
 | 
| +#include "core/geometry/DOMPoint.h"
 | 
|  #include "core/html/HTMLContentElement.h"
 | 
|  #include "core/html/HTMLIFrameElement.h"
 | 
|  #include "core/html/HTMLImageElement.h"
 | 
| 
 |