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

Unified Diff: Source/web/AssertMatchingEnums.cpp

Issue 29123004: Move core/platform/network to platform/network (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more file Created 7 years, 2 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/platform/network/ResourceResponse.cpp ('k') | Source/web/SharedWorkerRepository.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AssertMatchingEnums.cpp
diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
index 2d275a3d86a90b65e722bf4947d9608a8728a292..64a69d0643c6cae3562a5eb8ecd6001f1dc76775 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -67,12 +67,12 @@
#include "core/dom/IconURL.h"
#include "core/editing/TextAffinity.h"
#include "core/fileapi/FileError.h"
+#include "core/frame/ContentSecurityPolicy.h"
#include "core/html/HTMLFormElement.h"
#include "core/html/HTMLInputElement.h"
#include "core/html/shadow/TextControlInnerElements.h"
#include "core/loader/NavigationPolicy.h"
#include "core/loader/appcache/ApplicationCacheHost.h"
-#include "core/frame/ContentSecurityPolicy.h"
#include "core/page/InjectedStyleSheet.h"
#include "core/page/PageVisibilityState.h"
#include "core/page/Settings.h"
@@ -87,8 +87,6 @@
#include "core/platform/mediastream/MediaStreamSource.h"
#include "core/platform/mediastream/RTCDataChannelHandlerClient.h"
#include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h"
-#include "core/platform/network/ResourceLoadPriority.h"
-#include "core/platform/network/ResourceResponse.h"
#include "core/rendering/CompositingReasons.h"
#include "modules/geolocation/GeolocationError.h"
#include "modules/geolocation/GeolocationPosition.h"
@@ -103,6 +101,8 @@
#include "modules/speech/SpeechRecognitionError.h"
#include "platform/FileMetadata.h"
#include "platform/FileSystemType.h"
+#include "platform/network/ResourceLoadPriority.h"
+#include "platform/network/ResourceResponse.h"
#include "platform/text/TextChecking.h"
#include "platform/text/TextDecoration.h"
#include "public/platform/WebClipboard.h"
« no previous file with comments | « Source/platform/network/ResourceResponse.cpp ('k') | Source/web/SharedWorkerRepository.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698