| Index: third_party/WebKit/Source/core/geometry/DOMPoint.h
 | 
| diff --git a/third_party/WebKit/Source/core/dom/DOMPoint.h b/third_party/WebKit/Source/core/geometry/DOMPoint.h
 | 
| similarity index 94%
 | 
| rename from third_party/WebKit/Source/core/dom/DOMPoint.h
 | 
| rename to third_party/WebKit/Source/core/geometry/DOMPoint.h
 | 
| index 95d5b2609e75acb738016e1c711ce26fc16faa60..300213d99740804b82a4fdb8a2d4d72fa8ef456e 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/DOMPoint.h
 | 
| +++ b/third_party/WebKit/Source/core/geometry/DOMPoint.h
 | 
| @@ -6,7 +6,7 @@
 | 
|  #define DOMPoint_h
 | 
|  
 | 
|  #include "core/CoreExport.h"
 | 
| -#include "core/dom/DOMPointReadOnly.h"
 | 
| +#include "core/geometry/DOMPointReadOnly.h"
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |