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

Unified Diff: Source/core/style/StyleVisualData.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/style/StyleVisualData.h
diff --git a/Source/core/layout/style/StyleVisualData.h b/Source/core/style/StyleVisualData.h
similarity index 97%
rename from Source/core/layout/style/StyleVisualData.h
rename to Source/core/style/StyleVisualData.h
index 5097d7cd723c715eb25978830daed8e7bb699c55..a5fd44d35436da13c1537734a1a62c3da4d75e2e 100644
--- a/Source/core/layout/style/StyleVisualData.h
+++ b/Source/core/style/StyleVisualData.h
@@ -25,7 +25,7 @@
#ifndef StyleVisualData_h
#define StyleVisualData_h
-#include "core/layout/style/ComputedStyleConstants.h"
+#include "core/style/ComputedStyleConstants.h"
#include "platform/LengthBox.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"

Powered by Google App Engine
This is Rietveld 408576698