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

Unified Diff: net/quic/core/quic_simple_buffer_allocator.h

Issue 2193073003: Move shared files in net/quic/ into net/quic/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: io_thread_unittest.cc Created 4 years, 5 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/quic/core/quic_session_test.cc ('k') | net/quic/core/quic_simple_buffer_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_simple_buffer_allocator.h
diff --git a/net/quic/quic_simple_buffer_allocator.h b/net/quic/core/quic_simple_buffer_allocator.h
similarity index 93%
rename from net/quic/quic_simple_buffer_allocator.h
rename to net/quic/core/quic_simple_buffer_allocator.h
index dfb0fffa2e8e83bd859c08a1c59c8c779f0f44d4..1cac1237a7b3995c0f07681376b1bd39b45beafb 100644
--- a/net/quic/quic_simple_buffer_allocator.h
+++ b/net/quic/core/quic_simple_buffer_allocator.h
@@ -5,7 +5,7 @@
#ifndef NET_QUIC_SIMPLE_BUFFER_ALLOCATOR_H_
#define NET_QUIC_SIMPLE_BUFFER_ALLOCATOR_H_
-#include "net/quic/quic_protocol.h"
+#include "net/quic/core/quic_protocol.h"
namespace net {
« no previous file with comments | « net/quic/core/quic_session_test.cc ('k') | net/quic/core/quic_simple_buffer_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698