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

Unified Diff: net/test/url_request/url_request_failed_job.cc

Issue 567563002: Move url_request_failed_job to net/test/url_request/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile error Created 6 years, 3 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 | « net/test/url_request/url_request_failed_job.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/url_request/url_request_failed_job.cc
diff --git a/content/test/net/url_request_failed_job.cc b/net/test/url_request/url_request_failed_job.cc
similarity index 97%
rename from content/test/net/url_request_failed_job.cc
rename to net/test/url_request/url_request_failed_job.cc
index f3db1feb068b91a0722f150b8ecef163495c58bc..c13c3c8c4436c790f33a7a0854338f8e067087a1 100644
--- a/content/test/net/url_request_failed_job.cc
+++ b/net/test/url_request/url_request_failed_job.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/test/net/url_request_failed_job.h"
+#include "net/test/url_request/url_request_failed_job.h"
#include "base/bind.h"
#include "base/logging.h"
@@ -12,7 +12,7 @@
#include "net/url_request/url_request.h"
#include "net/url_request/url_request_filter.h"
-namespace content {
+namespace net {
namespace {
const char kMockHostname[] = "mock.failed.request";
@@ -107,4 +107,4 @@ void URLRequestFailedJob::StartAsync() {
net_error_));
}
-} // namespace content
+} // namespace net
« no previous file with comments | « net/test/url_request/url_request_failed_job.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698