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

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

Issue 13840007: Absolutify paths to platform/network. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/PerformanceTiming.cpp ('k') | Source/core/platform/AsyncFileSystemCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Settings.cpp
diff --git a/Source/core/page/Settings.cpp b/Source/core/page/Settings.cpp
index b6871101ec73e74fc6518991758c61ba8b6ed19f..1e00a56ac6fc91d981aefd8e65959d8c80ef640c 100644
--- a/Source/core/page/Settings.cpp
+++ b/Source/core/page/Settings.cpp
@@ -26,6 +26,7 @@
#include "config.h"
#include "Settings.h"
+#include <limits>
#include "BackForwardController.h"
#include "CachedResourceLoader.h"
#include "Database.h"
@@ -37,9 +38,8 @@
#include "HistoryItem.h"
#include "InspectorInstrumentation.h"
#include "Page.h"
-#include "ResourceHandle.h"
#include "TextAutosizer.h"
-#include <limits>
+#include "core/platform/network/ResourceHandle.h"
using namespace std;
« no previous file with comments | « Source/core/page/PerformanceTiming.cpp ('k') | Source/core/platform/AsyncFileSystemCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698