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

Unified Diff: net/spdy/core/http2_frame_decoder_adapter.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/http2_frame_decoder_adapter.h ('k') | net/spdy/core/lifo_write_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/http2_frame_decoder_adapter.cc
diff --git a/net/spdy/http2_frame_decoder_adapter.cc b/net/spdy/core/http2_frame_decoder_adapter.cc
similarity index 98%
rename from net/spdy/http2_frame_decoder_adapter.cc
rename to net/spdy/core/http2_frame_decoder_adapter.cc
index f214c218303f9ca9422c333a10ff7a291f869218..c750519f49ac51e7c58d85d1e7efad8e3867f2d6 100644
--- a/net/spdy/http2_frame_decoder_adapter.cc
+++ b/net/spdy/core/http2_frame_decoder_adapter.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/http2_frame_decoder_adapter.h"
+#include "net/spdy/core/http2_frame_decoder_adapter.h"
// Logging policy: If an error in the input is detected, VLOG(n) is used so that
// the option exists to debug the situation. Otherwise, this code mostly uses
@@ -24,16 +24,16 @@
#include "net/http2/decoder/http2_frame_decoder_listener.h"
#include "net/http2/http2_constants.h"
#include "net/http2/http2_structures.h"
-#include "net/spdy/hpack/hpack_decoder_interface.h"
-#include "net/spdy/hpack/hpack_header_table.h"
+#include "net/spdy/core/hpack/hpack_decoder_interface.h"
+#include "net/spdy/core/hpack/hpack_header_table.h"
+#include "net/spdy/core/spdy_alt_svc_wire_format.h"
+#include "net/spdy/core/spdy_bug_tracker.h"
+#include "net/spdy/core/spdy_frame_builder.h"
+#include "net/spdy/core/spdy_header_block.h"
+#include "net/spdy/core/spdy_headers_handler_interface.h"
+#include "net/spdy/core/spdy_protocol.h"
#include "net/spdy/platform/api/spdy_estimate_memory_usage.h"
#include "net/spdy/platform/api/spdy_string.h"
-#include "net/spdy/spdy_alt_svc_wire_format.h"
-#include "net/spdy/spdy_bug_tracker.h"
-#include "net/spdy/spdy_frame_builder.h"
-#include "net/spdy/spdy_header_block.h"
-#include "net/spdy/spdy_headers_handler_interface.h"
-#include "net/spdy/spdy_protocol.h"
namespace net {
« no previous file with comments | « net/spdy/core/http2_frame_decoder_adapter.h ('k') | net/spdy/core/lifo_write_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698