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

Unified Diff: Source/core/rendering/style/RenderStyle.h

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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/rendering/style/NinePieceImage.h ('k') | Source/core/rendering/style/StyleBoxData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/style/RenderStyle.h
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
index caadb34c8be23c46d8d08ad5143795c908c5dfb2..65815772cff1c4a60c520854e81fd6588520b20b 100644
--- a/Source/core/rendering/style/RenderStyle.h
+++ b/Source/core/rendering/style/RenderStyle.h
@@ -32,10 +32,7 @@
#include "CounterDirectives.h"
#include "DataRef.h"
#include "ExclusionShapeValue.h"
-#include "Length.h"
-#include "LengthBox.h"
#include "LengthFunctions.h"
-#include "LengthSize.h"
#include "LineClampValue.h"
#include "NinePieceImage.h"
#include "OutlineValue.h"
@@ -55,7 +52,10 @@
#include "StyleSurroundData.h"
#include "StyleTransformData.h"
#include "StyleVisualData.h"
-#include "ThemeTypes.h"
+#include "core/platform/Length.h"
+#include "core/platform/LengthBox.h"
+#include "core/platform/LengthSize.h"
+#include "core/platform/ThemeTypes.h"
#include "core/platform/animation/AnimationList.h"
#include "core/platform/graphics/Color.h"
#include "core/platform/graphics/ColorSpace.h"
« no previous file with comments | « Source/core/rendering/style/NinePieceImage.h ('k') | Source/core/rendering/style/StyleBoxData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698