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

Unified Diff: third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.cpp

Issue 2718943003: mv FetchTestingPlatformSupport to platform/loader/testing (Closed)
Patch Set: Created 3 years, 10 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 | « third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.cpp
diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.cpp
similarity index 96%
rename from third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.cpp
rename to third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.cpp
index 78bbf33838ba8d8e206b6de4e1d53d0e7bdde0aa..7b51bac71b9df4ae71a23ccc0b1e666b580a20f4 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.cpp
+++ b/third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.cpp
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "platform/loader/fetch/FetchTestingPlatformSupport.h"
+#include "platform/testing/FetchTestingPlatformSupport.h"
+#include <memory>
#include "platform/loader/fetch/MockFetchContext.h"
kinuko 2017/02/27 02:41:08 This Platform class has a public getter for MockFe
kouhei (in TOK) 2017/02/27 03:31:37 Done.
#include "platform/network/ResourceError.h"
#include "platform/testing/weburl_loader_mock_factory_impl.h"
@@ -11,7 +12,6 @@
#include "public/platform/WebURL.h"
#include "public/platform/WebURLLoader.h"
#include "public/platform/WebURLLoaderMockFactory.h"
-#include <memory>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698