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

Unified Diff: Source/core/svg/SVGFEFloodElement.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/svg/SVGFEFloodElement.cpp
diff --git a/Source/core/svg/SVGFEFloodElement.cpp b/Source/core/svg/SVGFEFloodElement.cpp
index 59e0511fbeee0f58816cdfb55c3f364a96ce8dd7..d3f8d26be3119246ffaeb950f45435976f4a4a04 100644
--- a/Source/core/svg/SVGFEFloodElement.cpp
+++ b/Source/core/svg/SVGFEFloodElement.cpp
@@ -23,8 +23,8 @@
#include "core/SVGNames.h"
#include "core/layout/LayoutObject.h"
-#include "core/layout/style/ComputedStyle.h"
-#include "core/layout/style/SVGComputedStyle.h"
+#include "core/style/ComputedStyle.h"
+#include "core/style/SVGComputedStyle.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698