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

Unified Diff: net/spdy/chromium/spdy_http_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_flags.cc ('k') | net/spdy/chromium/spdy_http_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/spdy_http_stream.h
diff --git a/net/spdy/spdy_http_stream.h b/net/spdy/chromium/spdy_http_stream.h
similarity index 97%
rename from net/spdy/spdy_http_stream.h
rename to net/spdy/chromium/spdy_http_stream.h
index 8b7a82d7d27147d8be7842f2aefb8ad473321c85..4b5c85e0635c98d417209013084481bcbde1d0b5 100644
--- a/net/spdy/spdy_http_stream.h
+++ b/net/spdy/chromium/spdy_http_stream.h
@@ -15,10 +15,10 @@
#include "net/base/completion_callback.h"
#include "net/base/net_export.h"
#include "net/log/net_log_source.h"
-#include "net/spdy/multiplexed_http_stream.h"
-#include "net/spdy/spdy_read_queue.h"
-#include "net/spdy/spdy_session.h"
-#include "net/spdy/spdy_stream.h"
+#include "net/spdy/chromium/multiplexed_http_stream.h"
+#include "net/spdy/chromium/spdy_read_queue.h"
+#include "net/spdy/chromium/spdy_session.h"
+#include "net/spdy/chromium/spdy_stream.h"
namespace net {
« no previous file with comments | « net/spdy/chromium/spdy_flags.cc ('k') | net/spdy/chromium/spdy_http_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698