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

Unified Diff: net/url_request/url_request_interceptor.cc

Issue 282103004: Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to jam's comments (And a merge) Created 6 years, 7 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/url_request/url_request_interceptor.h ('k') | ui/views_content_client/views_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_interceptor.cc
diff --git a/net/spdy/mock_spdy_framer_visitor.cc b/net/url_request/url_request_interceptor.cc
similarity index 52%
copy from net/spdy/mock_spdy_framer_visitor.cc
copy to net/url_request/url_request_interceptor.cc
index c4a210fb0a40df8f22065bc616fc940f776f747c..bcd0fd5ceeeb8621068f3f44d9516458e20a32f4 100644
--- a/net/spdy/mock_spdy_framer_visitor.cc
+++ b/net/url_request/url_request_interceptor.cc
@@ -2,16 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/spdy/mock_spdy_framer_visitor.h"
+#include "net/url_request/url_request_interceptor.h"
namespace net {
-namespace test {
+URLRequestInterceptor::URLRequestInterceptor() {
+}
-MockSpdyFramerVisitor::MockSpdyFramerVisitor() {}
-
-MockSpdyFramerVisitor::~MockSpdyFramerVisitor() {}
-
-} // namespace test
+URLRequestInterceptor::~URLRequestInterceptor() {
+}
} // namespace net
« no previous file with comments | « net/url_request/url_request_interceptor.h ('k') | ui/views_content_client/views_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698