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

Unified Diff: Source/core/css/ViewportStyleResolver.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/css/StyleSheetList.cpp ('k') | Source/core/css/WebKitCSSArrayFunctionValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/ViewportStyleResolver.cpp
diff --git a/Source/core/css/ViewportStyleResolver.cpp b/Source/core/css/ViewportStyleResolver.cpp
index 01d481a749b1e6ccf83e697c06f5669568531bd1..1462971285978ecf3588a6b7ba5cf8289006681f 100644
--- a/Source/core/css/ViewportStyleResolver.cpp
+++ b/Source/core/css/ViewportStyleResolver.cpp
@@ -33,10 +33,10 @@
#if ENABLE(CSS_DEVICE_ADAPTATION)
#include "CSSValueKeywords.h"
-#include "Document.h"
-#include "ViewportArguments.h"
#include "core/css/StylePropertySet.h"
#include "core/css/StyleRule.h"
+#include "core/dom/Document.h"
+#include "core/dom/ViewportArguments.h"
#include "core/page/Page.h"
#include "core/rendering/RenderView.h"
« no previous file with comments | « Source/core/css/StyleSheetList.cpp ('k') | Source/core/css/WebKitCSSArrayFunctionValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698