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

Unified Diff: Source/core/page/Chrome.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/loader/cache/MemoryCache.cpp ('k') | Source/core/page/ContentSecurityPolicy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.cpp
diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
index b40182dce8af1b61612663606348b2ea60fa9438..e7e2d46c676451d207996f5ef9e4eaba72f2c627 100644
--- a/Source/core/page/Chrome.cpp
+++ b/Source/core/page/Chrome.cpp
@@ -23,7 +23,6 @@
#include "Chrome.h"
#include "ChromeClient.h"
-#include "DNS.h"
#include "DateTimeChooser.h"
#include "Document.h"
#include "FileChooser.h"
@@ -41,12 +40,13 @@
#include "PageGroupLoadDeferrer.h"
#include "PopupOpeningObserver.h"
#include "RenderObject.h"
-#include "ResourceHandle.h"
#include "SecurityOrigin.h"
#include "Settings.h"
#include "WindowFeatures.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/Icon.h"
+#include "core/platform/network/DNS.h"
+#include "core/platform/network/ResourceHandle.h"
#include "core/storage/StorageNamespace.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefPtr.h>
« no previous file with comments | « Source/core/loader/cache/MemoryCache.cpp ('k') | Source/core/page/ContentSecurityPolicy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698