| Index: third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp
 | 
| similarity index 98%
 | 
| rename from third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp
 | 
| rename to third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp
 | 
| index e4c1ed95915423ee26b242a647d136df8fafd511..fbce2ad2d2ae5c912c00567fb5290af5a00cd883 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp
 | 
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "core/dom/DOMMatrixReadOnly.h"
 | 
| +#include "core/geometry/DOMMatrixReadOnly.h"
 | 
|  
 | 
|  #include "bindings/core/v8/V8ObjectBuilder.h"
 | 
|  #include "core/css/CSSIdentifierValue.h"
 | 
| @@ -10,10 +10,10 @@
 | 
|  #include "core/css/CSSValueList.h"
 | 
|  #include "core/css/parser/CSSParser.h"
 | 
|  #include "core/css/resolver/TransformBuilder.h"
 | 
| -#include "core/dom/DOMMatrix.h"
 | 
| -#include "core/dom/DOMMatrixInit.h"
 | 
| -#include "core/dom/DOMPoint.h"
 | 
| -#include "core/dom/DOMPointInit.h"
 | 
| +#include "core/geometry/DOMMatrix.h"
 | 
| +#include "core/geometry/DOMMatrixInit.h"
 | 
| +#include "core/geometry/DOMPoint.h"
 | 
| +#include "core/geometry/DOMPointInit.h"
 | 
|  #include "core/layout/api/LayoutViewItem.h"
 | 
|  #include "core/style/ComputedStyle.h"
 | 
|  
 | 
| 
 |