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

Unified Diff: net/spdy/chromium/spdy_stream_test_util.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_stream_test_util.h ('k') | net/spdy/chromium/spdy_stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/spdy_stream_test_util.cc
diff --git a/net/spdy/spdy_stream_test_util.cc b/net/spdy/chromium/spdy_stream_test_util.cc
similarity index 97%
rename from net/spdy/spdy_stream_test_util.cc
rename to net/spdy/chromium/spdy_stream_test_util.cc
index d6e47f31c53b2f832795c26a5a7312307fc13873..00b9ab9cd0c823be13dd9a5ff0277f31d12e6d09 100644
--- a/net/spdy/spdy_stream_test_util.cc
+++ b/net/spdy/chromium/spdy_stream_test_util.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/spdy/spdy_stream_test_util.h"
+#include "net/spdy/chromium/spdy_stream_test_util.h"
#include <cstddef>
#include <utility>
#include "base/stl_util.h"
#include "net/base/completion_callback.h"
-#include "net/spdy/spdy_stream.h"
+#include "net/spdy/chromium/spdy_stream.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace net {
« no previous file with comments | « net/spdy/chromium/spdy_stream_test_util.h ('k') | net/spdy/chromium/spdy_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698