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

Unified Diff: net/spdy/chromium/spdy_session_pool.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/chromium/spdy_session_pool.h ('k') | net/spdy/chromium/spdy_session_pool_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/spdy_session_pool.cc
diff --git a/net/spdy/spdy_session_pool.cc b/net/spdy/chromium/spdy_session_pool.cc
similarity index 98%
rename from net/spdy/spdy_session_pool.cc
rename to net/spdy/chromium/spdy_session_pool.cc
index 4f12a2f5e29e6d46368f39b1edb4554a6ad330e5..729b4c6d3f1bf62c3942c1ad2a0a7646dcd00bb5 100644
--- a/net/spdy/spdy_session_pool.cc
+++ b/net/spdy/chromium/spdy_session_pool.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_session_pool.h"
+#include "net/spdy/chromium/spdy_session_pool.h"
#include <utility>
@@ -22,12 +22,12 @@
#include "net/log/net_log_event_type.h"
#include "net/log/net_log_source.h"
#include "net/log/net_log_with_source.h"
-#include "net/spdy/hpack/hpack_constants.h"
-#include "net/spdy/hpack/hpack_huffman_table.h"
-#include "net/spdy/hpack/hpack_static_table.h"
+#include "net/spdy/chromium/spdy_session.h"
+#include "net/spdy/core/hpack/hpack_constants.h"
+#include "net/spdy/core/hpack/hpack_huffman_table.h"
+#include "net/spdy/core/hpack/hpack_static_table.h"
#include "net/spdy/platform/api/spdy_estimate_memory_usage.h"
#include "net/spdy/platform/api/spdy_string_utils.h"
-#include "net/spdy/spdy_session.h"
namespace net {
« no previous file with comments | « net/spdy/chromium/spdy_session_pool.h ('k') | net/spdy/chromium/spdy_session_pool_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698