Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: third_party/WebKit/Source/core/geometry/DOMMatrixTest.cpp

Issue 2741723005: Move geometry interface files to geometry directory. (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl ('k') | third_party/WebKit/Source/core/geometry/DOMPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698