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

Unified Diff: Source/core/dom/Document.h

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/dom/DOMImplementation.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 9ec5b8db71525ead4ab71a01095f139217804cb1..d77f44ee4072423bc325c905b282372bb14c5370 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -39,14 +39,14 @@
#include "InspectorCounters.h"
#include "MutationObserver.h"
#include "PageVisibilityState.h"
-#include "PlatformScreen.h"
#include "QualifiedName.h"
-#include "ReferrerPolicy.h"
#include "ScriptExecutionContext.h"
-#include "Timer.h"
#include "TreeScope.h"
#include "UserActionElementSet.h"
#include "ViewportArguments.h"
+#include "core/platform/PlatformScreen.h"
+#include "core/platform/ReferrerPolicy.h"
+#include "core/platform/Timer.h"
#include "core/platform/graphics/Color.h"
#include "core/platform/graphics/IntRect.h"
#include "core/platform/text/StringWithDirection.h"
« no previous file with comments | « Source/core/dom/DOMImplementation.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698