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

Unified Diff: Source/core/page/Page.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/page/Navigator.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 4b67e688e46c52abf1740462fffac80e504c337a..5016896b9163c02e5161fec4dbc30793336f81d0 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -27,10 +27,10 @@
#include "LayoutMilestones.h"
#include "PageVisibilityState.h"
#include "Pagination.h"
-#include "PlatformScreen.h"
-#include "Supplementable.h"
#include "UseCounter.h"
#include "ViewportArguments.h"
+#include "core/platform/PlatformScreen.h"
+#include "core/platform/Supplementable.h"
#include "core/platform/graphics/LayoutRect.h"
#include "core/platform/graphics/Region.h"
#include <wtf/Forward.h>
« no previous file with comments | « Source/core/page/Navigator.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698