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

Unified Diff: net/spdy/core/spdy_frame_reader.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
« no previous file with comments | « net/spdy/core/spdy_frame_reader.h ('k') | net/spdy/core/spdy_frame_reader_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_frame_reader.cc
diff --git a/net/spdy/spdy_frame_reader.cc b/net/spdy/core/spdy_frame_reader.cc
similarity index 97%
rename from net/spdy/spdy_frame_reader.cc
rename to net/spdy/core/spdy_frame_reader.cc
index 08fcfdb841014cf841dc1a18c214e07c5e795cd5..17cd351dc4f9a3a074f3b39d8f8ca64b25ea7905 100644
--- a/net/spdy/spdy_frame_reader.cc
+++ b/net/spdy/core/spdy_frame_reader.cc
@@ -5,8 +5,8 @@
#include <limits>
#include "base/sys_byteorder.h"
-#include "net/spdy/spdy_frame_reader.h"
-#include "net/spdy/spdy_protocol.h"
+#include "net/spdy/core/spdy_frame_reader.h"
+#include "net/spdy/core/spdy_protocol.h"
namespace net {
« no previous file with comments | « net/spdy/core/spdy_frame_reader.h ('k') | net/spdy/core/spdy_frame_reader_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698