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

Unified Diff: net/spdy/chromium/spdy_read_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_read_queue.h ('k') | net/spdy/chromium/spdy_read_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_read_queue.cc
diff --git a/net/spdy/spdy_read_queue.cc b/net/spdy/chromium/spdy_read_queue.cc
similarity index 94%
rename from net/spdy/spdy_read_queue.cc
rename to net/spdy/chromium/spdy_read_queue.cc
index 0c1eaf5d7b52014da55b8067ad0cc59773306e3e..3975cb19a9781d276761489280dacec263c2b138 100644
--- a/net/spdy/spdy_read_queue.cc
+++ b/net/spdy/chromium/spdy_read_queue.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/spdy/spdy_read_queue.h"
+#include "net/spdy/chromium/spdy_read_queue.h"
#include <algorithm>
#include <utility>
#include "base/logging.h"
-#include "net/spdy/spdy_buffer.h"
+#include "net/spdy/chromium/spdy_buffer.h"
namespace net {
« no previous file with comments | « net/spdy/chromium/spdy_read_queue.h ('k') | net/spdy/chromium/spdy_read_queue_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698