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

Unified Diff: Source/web/LinkHighlight.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/web/LinkHighlight.cpp
diff --git a/Source/web/LinkHighlight.cpp b/Source/web/LinkHighlight.cpp
index e21e49c4a4134f6abbf8357a14aca38a9d373f34..f1c50cf18029f77061833a36f26ddc11c9fdd601 100644
--- a/Source/web/LinkHighlight.cpp
+++ b/Source/web/LinkHighlight.cpp
@@ -36,7 +36,7 @@
#include "core/layout/LayoutObject.h"
#include "core/layout/LayoutView.h"
#include "core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h"
-#include "core/layout/style/ShadowData.h"
+#include "core/style/ShadowData.h"
#include "core/paint/DeprecatedPaintLayer.h"
#include "platform/graphics/Color.h"
#include "platform/graphics/paint/DisplayItemListScope.h"

Powered by Google App Engine
This is Rietveld 408576698