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

Unified Diff: sky/engine/core/css/CSSPrimitiveValue.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/css/CSSPrimitiveValue.h ('k') | sky/engine/core/css/CSSPrimitiveValueMappings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSPrimitiveValue.cpp
diff --git a/sky/engine/core/css/CSSPrimitiveValue.cpp b/sky/engine/core/css/CSSPrimitiveValue.cpp
index 6810b609f801b2225c027e8b3888040ce5afe164..982c544e60cc982e927156e8f5c5d157f8722dfc 100644
--- a/sky/engine/core/css/CSSPrimitiveValue.cpp
+++ b/sky/engine/core/css/CSSPrimitiveValue.cpp
@@ -18,28 +18,28 @@
* Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-#include "core/css/CSSPrimitiveValue.h"
-
-#include "bindings/core/v8/ExceptionState.h"
-#include "core/css/CSSBasicShapes.h"
-#include "core/css/CSSCalculationValue.h"
-#include "core/css/CSSHelper.h"
-#include "core/css/CSSMarkup.h"
-#include "core/css/CSSToLengthConversionData.h"
-#include "core/css/Pair.h"
-#include "core/css/RGBColor.h"
-#include "core/css/Rect.h"
-#include "core/css/StyleSheetContents.h"
-#include "core/dom/ExceptionCode.h"
-#include "core/dom/Node.h"
-#include "core/rendering/style/RenderStyle.h"
-#include "platform/Decimal.h"
-#include "platform/LayoutUnit.h"
-#include "platform/fonts/FontMetrics.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/text/StringBuffer.h"
-#include "wtf/text/StringBuilder.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/css/CSSPrimitiveValue.h"
+
+#include "sky/engine/bindings/core/v8/ExceptionState.h"
+#include "sky/engine/core/css/CSSBasicShapes.h"
+#include "sky/engine/core/css/CSSCalculationValue.h"
+#include "sky/engine/core/css/CSSHelper.h"
+#include "sky/engine/core/css/CSSMarkup.h"
+#include "sky/engine/core/css/CSSToLengthConversionData.h"
+#include "sky/engine/core/css/Pair.h"
+#include "sky/engine/core/css/RGBColor.h"
+#include "sky/engine/core/css/Rect.h"
+#include "sky/engine/core/css/StyleSheetContents.h"
+#include "sky/engine/core/dom/ExceptionCode.h"
+#include "sky/engine/core/dom/Node.h"
+#include "sky/engine/core/rendering/style/RenderStyle.h"
+#include "sky/engine/platform/Decimal.h"
+#include "sky/engine/platform/LayoutUnit.h"
+#include "sky/engine/platform/fonts/FontMetrics.h"
+#include "sky/engine/wtf/StdLibExtras.h"
+#include "sky/engine/wtf/text/StringBuffer.h"
+#include "sky/engine/wtf/text/StringBuilder.h"
using namespace WTF;
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValue.h ('k') | sky/engine/core/css/CSSPrimitiveValueMappings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698