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

Unified Diff: net/spdy/chromium/spdy_proxy_client_socket.cc

Issue 2832973003: Split net/spdy into core and chromium subdirectories. (Closed)
Patch Set: Fix some more build rules. Created 3 years, 8 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: net/spdy/chromium/spdy_proxy_client_socket.cc
diff --git a/net/spdy/spdy_proxy_client_socket.cc b/net/spdy/chromium/spdy_proxy_client_socket.cc
similarity index 99%
rename from net/spdy/spdy_proxy_client_socket.cc
rename to net/spdy/chromium/spdy_proxy_client_socket.cc
index 24805e1a960ebd928b0ecdfec552b2ca9660ccce..c506a332c4ccdd528270cb4d5901b1fe05b400fe 100644
--- a/net/spdy/spdy_proxy_client_socket.cc
+++ b/net/spdy/chromium/spdy_proxy_client_socket.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 "net/spdy/spdy_proxy_client_socket.h"
+#include "net/spdy/chromium/spdy_proxy_client_socket.h"
#include <algorithm> // min
#include <memory>
@@ -26,7 +26,7 @@
#include "net/http/proxy_connect_redirect_http_stream.h"
#include "net/log/net_log_event_type.h"
#include "net/log/net_log_source_type.h"
-#include "net/spdy/spdy_http_utils.h"
+#include "net/spdy/chromium/spdy_http_utils.h"
#include "url/gurl.h"
namespace net {
« no previous file with comments | « net/spdy/chromium/spdy_proxy_client_socket.h ('k') | net/spdy/chromium/spdy_proxy_client_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698