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

Unified Diff: Source/core/layout/TextRunConstructor.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/layout/TextRunConstructor.cpp
diff --git a/Source/core/layout/TextRunConstructor.cpp b/Source/core/layout/TextRunConstructor.cpp
index 584d1c7816e075599edbda4147b25d4e850fd1d6..3ed19ea182262fe26877078386848c796f7b7425 100644
--- a/Source/core/layout/TextRunConstructor.cpp
+++ b/Source/core/layout/TextRunConstructor.cpp
@@ -32,7 +32,7 @@
#include "core/layout/TextRunConstructor.h"
#include "core/layout/LayoutText.h"
-#include "core/layout/style/ComputedStyle.h"
+#include "core/style/ComputedStyle.h"
#include "platform/text/BidiTextRun.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698