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

Unified Diff: net/spdy/chromium/spdy_stream.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_session_unittest.cc ('k') | net/spdy/chromium/spdy_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/spdy_stream.h
diff --git a/net/spdy/spdy_stream.h b/net/spdy/chromium/spdy_stream.h
similarity index 99%
rename from net/spdy/spdy_stream.h
rename to net/spdy/chromium/spdy_stream.h
index a18a7fdf0b5747550150ff0b182a8e51106841f2..55373e0522bdb84786f8f86af0c0a12eb39fcb14 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/chromium/spdy_stream.h
@@ -22,11 +22,11 @@
#include "net/log/net_log_with_source.h"
#include "net/socket/next_proto.h"
#include "net/socket/ssl_client_socket.h"
+#include "net/spdy/chromium/spdy_buffer.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/spdy_buffer.h"
-#include "net/spdy/spdy_framer.h"
-#include "net/spdy/spdy_header_block.h"
-#include "net/spdy/spdy_protocol.h"
#include "net/ssl/ssl_client_cert_type.h"
#include "url/gurl.h"
« no previous file with comments | « net/spdy/chromium/spdy_session_unittest.cc ('k') | net/spdy/chromium/spdy_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698