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

Unified Diff: sky/engine/core/css/parser/CSSParserValues.h

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/parser/CSSParserObserver.h ('k') | sky/engine/core/css/parser/CSSParserValues.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/parser/CSSParserValues.h
diff --git a/sky/engine/core/css/parser/CSSParserValues.h b/sky/engine/core/css/parser/CSSParserValues.h
index dcccf960fbc9d4d5863f4bd78a74b32060dc2af3..c8ac36772520f9d6a2ea86890e451c331925a1bb 100644
--- a/sky/engine/core/css/parser/CSSParserValues.h
+++ b/sky/engine/core/css/parser/CSSParserValues.h
@@ -21,12 +21,12 @@
#ifndef CSSParserValues_h
#define CSSParserValues_h
-#include "core/css/CSSPrimitiveValue.h"
-#include "core/css/CSSSelector.h"
-#include "core/css/CSSValueList.h"
#include "gen/sky/core/CSSValueKeywords.h"
-#include "wtf/text/AtomicString.h"
-#include "wtf/text/WTFString.h"
+#include "sky/engine/core/css/CSSPrimitiveValue.h"
+#include "sky/engine/core/css/CSSSelector.h"
+#include "sky/engine/core/css/CSSValueList.h"
+#include "sky/engine/wtf/text/AtomicString.h"
+#include "sky/engine/wtf/text/WTFString.h"
namespace blink {
« no previous file with comments | « sky/engine/core/css/parser/CSSParserObserver.h ('k') | sky/engine/core/css/parser/CSSParserValues.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698