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

Unified Diff: Source/core/page/Page.cpp

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/Page.h ('k') | Source/core/page/PageGroup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.cpp
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
index c75a1bd9ac0cba62cfe825b24be4191776e4436b..5e2d0294db9ba0bb2bc474555e663240fee21f9a 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -39,7 +39,6 @@
#include "EventNames.h"
#include "ExceptionCode.h"
#include "ExceptionCodePlaceholder.h"
-#include "FileSystem.h"
#include "FocusController.h"
#include "Frame.h"
#include "FrameLoader.h"
@@ -51,7 +50,6 @@
#include "HistoryItem.h"
#include "InspectorController.h"
#include "InspectorInstrumentation.h"
-#include "Logging.h"
#include "MediaCanStartListener.h"
#include "Navigator.h"
#include "PageConsole.h"
@@ -66,16 +64,18 @@
#include "RenderView.h"
#include "RenderWidget.h"
#include "RuntimeEnabledFeatures.h"
-#include "SchemeRegistry.h"
#include "ScriptController.h"
#include "ScrollingCoordinator.h"
#include "Settings.h"
-#include "SharedBuffer.h"
#include "TextResourceDecoder.h"
#include "VisitedLinkState.h"
#include "VoidCallback.h"
#include "WebCoreMemoryInstrumentation.h"
-#include "Widget.h"
+#include "core/platform/FileSystem.h"
+#include "core/platform/Logging.h"
+#include "core/platform/SchemeRegistry.h"
+#include "core/platform/SharedBuffer.h"
+#include "core/platform/Widget.h"
#include "core/platform/network/NetworkStateNotifier.h"
#include "core/storage/StorageArea.h"
#include "core/storage/StorageNamespace.h"
« no previous file with comments | « Source/core/page/Page.h ('k') | Source/core/page/PageGroup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698