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

Unified Diff: net/spdy/chromium/spdy_session.h

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
« no previous file with comments | « net/spdy/chromium/spdy_read_queue_unittest.cc ('k') | net/spdy/chromium/spdy_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/chromium/spdy_session.h
similarity index 98%
rename from net/spdy/spdy_session.h
rename to net/spdy/chromium/spdy_session.h
index 58ea684b2b2022cd75c965c8d1f0cfb94f0b24b8..4b132fd4c3e9cac8f0da698f0d8f8e72361b5a83 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/chromium/spdy_session.h
@@ -31,20 +31,20 @@
#include "net/socket/next_proto.h"
#include "net/socket/ssl_client_socket.h"
#include "net/socket/stream_socket.h"
-#include "net/spdy/buffered_spdy_framer.h"
-#include "net/spdy/http2_priority_dependencies.h"
-#include "net/spdy/multiplexed_session.h"
+#include "net/spdy/chromium/buffered_spdy_framer.h"
+#include "net/spdy/chromium/http2_priority_dependencies.h"
+#include "net/spdy/chromium/multiplexed_session.h"
+#include "net/spdy/chromium/server_push_delegate.h"
+#include "net/spdy/chromium/spdy_buffer.h"
+#include "net/spdy/chromium/spdy_session_pool.h"
+#include "net/spdy/chromium/spdy_stream.h"
+#include "net/spdy/chromium/spdy_write_queue.h"
+#include "net/spdy/core/spdy_alt_svc_wire_format.h"
+#include "net/spdy/core/spdy_framer.h"
+#include "net/spdy/core/spdy_header_block.h"
+#include "net/spdy/core/spdy_protocol.h"
#include "net/spdy/platform/api/spdy_string.h"
#include "net/spdy/platform/api/spdy_string_piece.h"
-#include "net/spdy/server_push_delegate.h"
-#include "net/spdy/spdy_alt_svc_wire_format.h"
-#include "net/spdy/spdy_buffer.h"
-#include "net/spdy/spdy_framer.h"
-#include "net/spdy/spdy_header_block.h"
-#include "net/spdy/spdy_protocol.h"
-#include "net/spdy/spdy_session_pool.h"
-#include "net/spdy/spdy_stream.h"
-#include "net/spdy/spdy_write_queue.h"
#include "net/ssl/ssl_config_service.h"
#include "url/gurl.h"
#include "url/scheme_host_port.h"
« no previous file with comments | « net/spdy/chromium/spdy_read_queue_unittest.cc ('k') | net/spdy/chromium/spdy_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698