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

Unified Diff: sky/engine/core/css/CSSValuePool.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/CSSValueList.cpp ('k') | sky/engine/core/css/CSSValuePool.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSValuePool.h
diff --git a/sky/engine/core/css/CSSValuePool.h b/sky/engine/core/css/CSSValuePool.h
index e23f902d0c31932600fdf1ae89be726420f556e7..c5b1ee28b90323c19d8358959c2a7b245302201e 100644
--- a/sky/engine/core/css/CSSValuePool.h
+++ b/sky/engine/core/css/CSSValuePool.h
@@ -26,14 +26,14 @@
#ifndef CSSValuePool_h
#define CSSValuePool_h
-#include "core/css/CSSInheritedValue.h"
-#include "core/css/CSSInitialValue.h"
-#include "core/css/CSSPrimitiveValue.h"
#include "gen/sky/core/CSSPropertyNames.h"
#include "gen/sky/core/CSSValueKeywords.h"
-#include "wtf/HashMap.h"
-#include "wtf/RefPtr.h"
-#include "wtf/text/AtomicStringHash.h"
+#include "sky/engine/core/css/CSSInheritedValue.h"
+#include "sky/engine/core/css/CSSInitialValue.h"
+#include "sky/engine/core/css/CSSPrimitiveValue.h"
+#include "sky/engine/wtf/HashMap.h"
+#include "sky/engine/wtf/RefPtr.h"
+#include "sky/engine/wtf/text/AtomicStringHash.h"
namespace blink {
« no previous file with comments | « sky/engine/core/css/CSSValueList.cpp ('k') | sky/engine/core/css/CSSValuePool.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698