| Index: third_party/WebKit/Source/core/geometry/DOMQuad.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/dom/DOMQuad.cpp b/third_party/WebKit/Source/core/geometry/DOMQuad.cpp
 | 
| similarity index 93%
 | 
| rename from third_party/WebKit/Source/core/dom/DOMQuad.cpp
 | 
| rename to third_party/WebKit/Source/core/geometry/DOMQuad.cpp
 | 
| index 2bf2de0b22388b8346830216502e1f84a5f1fd88..f3acb8ebe245992c03696d4082d20a60ff02be71 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/DOMQuad.cpp
 | 
| +++ b/third_party/WebKit/Source/core/geometry/DOMQuad.cpp
 | 
| @@ -2,13 +2,13 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "core/dom/DOMQuad.h"
 | 
| +#include "core/geometry/DOMQuad.h"
 | 
|  
 | 
|  #include "bindings/core/v8/V8ObjectBuilder.h"
 | 
| -#include "core/dom/DOMPoint.h"
 | 
| -#include "core/dom/DOMQuadInit.h"
 | 
| -#include "core/dom/DOMRect.h"
 | 
| -#include "core/dom/DOMRectInit.h"
 | 
| +#include "core/geometry/DOMPoint.h"
 | 
| +#include "core/geometry/DOMQuadInit.h"
 | 
| +#include "core/geometry/DOMRect.h"
 | 
| +#include "core/geometry/DOMRectInit.h"
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |