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

Unified Diff: net/spdy/chromium/header_coalescer.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/header_coalescer.h ('k') | net/spdy/chromium/header_coalescer_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/header_coalescer.cc
diff --git a/net/spdy/header_coalescer.cc b/net/spdy/chromium/header_coalescer.cc
similarity index 97%
rename from net/spdy/header_coalescer.cc
rename to net/spdy/chromium/header_coalescer.cc
index 2158998328a2d0af6a2fef85d48e0e9b231392c6..f5693d68452d7e5271b927e7e63f3dcc09393c95 100644
--- a/net/spdy/header_coalescer.cc
+++ b/net/spdy/chromium/header_coalescer.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/header_coalescer.h"
+#include "net/spdy/chromium/header_coalescer.h"
#include <utility>
« no previous file with comments | « net/spdy/chromium/header_coalescer.h ('k') | net/spdy/chromium/header_coalescer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698