| Index: third_party/WebKit/Source/core/geometry/DOMMatrixTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixTest.cpp b/third_party/WebKit/Source/core/geometry/DOMMatrixTest.cpp
 | 
| similarity index 99%
 | 
| rename from third_party/WebKit/Source/core/dom/DOMMatrixTest.cpp
 | 
| rename to third_party/WebKit/Source/core/geometry/DOMMatrixTest.cpp
 | 
| index 310701bca1aafde0d2d8390765c5a5fb37fe7a63..c7119a82bf47a7764a8009bc4dd1bda6cf560641 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrixTest.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/DOMMatrix.h"
 | 
| +#include "core/geometry/DOMMatrix.h"
 | 
|  
 | 
|  #include "bindings/core/v8/ExceptionState.h"
 | 
|  #include "bindings/core/v8/V8BindingForTesting.h"
 | 
| 
 |