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

Unified Diff: sky/engine/core/css/MediaQueryExp.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/MediaQueryExp.h ('k') | sky/engine/core/css/MediaQueryList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/MediaQueryExp.cpp
diff --git a/sky/engine/core/css/MediaQueryExp.cpp b/sky/engine/core/css/MediaQueryExp.cpp
index dd9b5b9b221c16cc06894c9154207e0e3cc105c9..51d6c4830cee1c0ad90aaf0b1fa6f471fb16188f 100644
--- a/sky/engine/core/css/MediaQueryExp.cpp
+++ b/sky/engine/core/css/MediaQueryExp.cpp
@@ -27,17 +27,17 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/css/MediaQueryExp.h"
-
-#include "core/css/CSSAspectRatioValue.h"
-#include "core/css/CSSPrimitiveValue.h"
-#include "core/css/parser/CSSParserValues.h"
-#include "core/html/parser/HTMLParserIdioms.h"
-#include "platform/Decimal.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/css/MediaQueryExp.h"
+
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "wtf/text/StringBuffer.h"
-#include "wtf/text/StringBuilder.h"
+#include "sky/engine/core/css/CSSAspectRatioValue.h"
+#include "sky/engine/core/css/CSSPrimitiveValue.h"
+#include "sky/engine/core/css/parser/CSSParserValues.h"
+#include "sky/engine/core/html/parser/HTMLParserIdioms.h"
+#include "sky/engine/platform/Decimal.h"
+#include "sky/engine/wtf/text/StringBuffer.h"
+#include "sky/engine/wtf/text/StringBuilder.h"
namespace blink {
« no previous file with comments | « sky/engine/core/css/MediaQueryExp.h ('k') | sky/engine/core/css/MediaQueryList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698