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

Unified Diff: net/spdy/chromium/spdy_write_queue.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_write_queue.h ('k') | net/spdy/chromium/spdy_write_queue_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/spdy_write_queue.cc
diff --git a/net/spdy/spdy_write_queue.cc b/net/spdy/chromium/spdy_write_queue.cc
similarity index 96%
rename from net/spdy/spdy_write_queue.cc
rename to net/spdy/chromium/spdy_write_queue.cc
index db498f3af9c96f41e4ed127dedf45ce68a060004..eb91b74fba9d4d6894f474cb2f50d772998de242 100644
--- a/net/spdy/spdy_write_queue.cc
+++ b/net/spdy/chromium/spdy_write_queue.cc
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/spdy/spdy_write_queue.h"
+#include "net/spdy/chromium/spdy_write_queue.h"
#include <cstddef>
#include <utility>
#include <vector>
#include "base/logging.h"
+#include "net/spdy/chromium/spdy_buffer.h"
+#include "net/spdy/chromium/spdy_buffer_producer.h"
+#include "net/spdy/chromium/spdy_stream.h"
#include "net/spdy/platform/api/spdy_estimate_memory_usage.h"
-#include "net/spdy/spdy_buffer.h"
-#include "net/spdy/spdy_buffer_producer.h"
-#include "net/spdy/spdy_stream.h"
namespace net {
« no previous file with comments | « net/spdy/chromium/spdy_write_queue.h ('k') | net/spdy/chromium/spdy_write_queue_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698