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

Unified Diff: net/spdy/core/spdy_framer.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_framer.h ('k') | net/spdy/core/spdy_framer_decoder_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_framer.cc
diff --git a/net/spdy/spdy_framer.cc b/net/spdy/core/spdy_framer.cc
similarity index 99%
rename from net/spdy/spdy_framer.cc
rename to net/spdy/core/spdy_framer.cc
index 8e3da090c361c1c3315f90b4fb7d01db51729b7a..7860e9eece5bd35fa25e22dec0c5fa2c58fba86c 100644
--- a/net/spdy/spdy_framer.cc
+++ b/net/spdy/core/spdy_framer.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/spdy_framer.h"
+#include "net/spdy/core/spdy_framer.h"
#include <string.h>
@@ -21,18 +21,18 @@
#include "base/metrics/histogram_macros.h"
#include "base/strings/string_util.h"
#include "net/quic/platform/api/quic_flags.h"
-#include "net/spdy/hpack/hpack_constants.h"
-#include "net/spdy/hpack/hpack_decoder.h"
-#include "net/spdy/hpack/hpack_decoder3.h"
-#include "net/spdy/http2_frame_decoder_adapter.h"
+#include "net/spdy/chromium/spdy_flags.h"
+#include "net/spdy/core/hpack/hpack_constants.h"
+#include "net/spdy/core/hpack/hpack_decoder.h"
+#include "net/spdy/core/hpack/hpack_decoder3.h"
+#include "net/spdy/core/http2_frame_decoder_adapter.h"
+#include "net/spdy/core/spdy_bitmasks.h"
+#include "net/spdy/core/spdy_bug_tracker.h"
+#include "net/spdy/core/spdy_frame_builder.h"
+#include "net/spdy/core/spdy_frame_reader.h"
+#include "net/spdy/core/spdy_framer_decoder_adapter.h"
#include "net/spdy/platform/api/spdy_estimate_memory_usage.h"
#include "net/spdy/platform/api/spdy_string_utils.h"
-#include "net/spdy/spdy_bitmasks.h"
-#include "net/spdy/spdy_bug_tracker.h"
-#include "net/spdy/spdy_flags.h"
-#include "net/spdy/spdy_frame_builder.h"
-#include "net/spdy/spdy_frame_reader.h"
-#include "net/spdy/spdy_framer_decoder_adapter.h"
using std::vector;
« no previous file with comments | « net/spdy/core/spdy_framer.h ('k') | net/spdy/core/spdy_framer_decoder_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698