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

Unified Diff: Source/core/paint/TextPainterTest.cpp

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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
« no previous file with comments | « Source/core/paint/TextPainter.cpp ('k') | Source/core/style/AppliedTextDecoration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/TextPainterTest.cpp
diff --git a/Source/core/paint/TextPainterTest.cpp b/Source/core/paint/TextPainterTest.cpp
index d152afc10a3ebfbf3ec4572ce49f5a104d20a9b0..c9713a0c72364a694628dece24cddb1618b3af4b 100644
--- a/Source/core/paint/TextPainterTest.cpp
+++ b/Source/core/paint/TextPainterTest.cpp
@@ -11,8 +11,8 @@
#include "core/frame/Settings.h"
#include "core/layout/LayoutTestHelper.h"
#include "core/layout/LayoutText.h"
-#include "core/layout/style/ShadowData.h"
-#include "core/layout/style/ShadowList.h"
+#include "core/style/ShadowData.h"
+#include "core/style/ShadowList.h"
#include <gtest/gtest.h>
namespace blink {
« no previous file with comments | « Source/core/paint/TextPainter.cpp ('k') | Source/core/style/AppliedTextDecoration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698