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

Unified Diff: Source/core/style/SVGComputedStyleTest.cpp

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/core/style/SVGComputedStyleTest.cpp
diff --git a/Source/core/layout/style/SVGComputedStyleTest.cpp b/Source/core/style/SVGComputedStyleTest.cpp
similarity index 98%
rename from Source/core/layout/style/SVGComputedStyleTest.cpp
rename to Source/core/style/SVGComputedStyleTest.cpp
index d69d6eab480b28a79625fdffd44f70ae37263000..0f31f6745db972703321e09a29689b000b0a14d9 100644
--- a/Source/core/layout/style/SVGComputedStyleTest.cpp
+++ b/Source/core/style/SVGComputedStyleTest.cpp
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "config.h"
-#include "core/layout/style/SVGComputedStyle.h"
+#include "core/style/SVGComputedStyle.h"
#include <gtest/gtest.h>

Powered by Google App Engine
This is Rietveld 408576698