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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControlTest.cpp

Issue 2746113002: platform/loader: move network/Resource* to loader/fetch (Closed)
Patch Set: git rebase master Created 3 years, 9 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
Index: third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControlTest.cpp
diff --git a/third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControlTest.cpp b/third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControlTest.cpp
index 25388c87d34fda291b08fa1e2f99101d0b9f319f..eeb242b39b4789efaf5ebe891148a0e5e799c3c0 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControlTest.cpp
+++ b/third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControlTest.cpp
@@ -4,7 +4,7 @@
#include "platform/loader/fetch/CrossOriginAccessControl.h"
-#include "platform/network/ResourceRequest.h"
+#include "platform/loader/fetch/ResourceRequest.h"
#include "platform/weborigin/SecurityOrigin.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "wtf/RefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698