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

Unified Diff: Source/core/layout/LayoutQuote.h

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/LayoutQuote.h
diff --git a/Source/core/layout/LayoutQuote.h b/Source/core/layout/LayoutQuote.h
index eed1360e15a86db5ed52297ac3e0ef161be36d3e..8e655906e0f38c8a53e38f3e52a3a72cd4864d6a 100644
--- a/Source/core/layout/LayoutQuote.h
+++ b/Source/core/layout/LayoutQuote.h
@@ -23,9 +23,9 @@
#define LayoutQuote_h
#include "core/layout/LayoutInline.h"
-#include "core/layout/style/ComputedStyle.h"
-#include "core/layout/style/ComputedStyleConstants.h"
-#include "core/layout/style/QuotesData.h"
+#include "core/style/ComputedStyle.h"
+#include "core/style/ComputedStyleConstants.h"
+#include "core/style/QuotesData.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698