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

Unified Diff: net/quic/quic_in_memory_cache.h

Issue 340433002: Port QuicServer to Chrome network stack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix invalid memory access + blocked writers Created 6 years, 6 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
Index: net/quic/quic_in_memory_cache.h
diff --git a/net/quic/quic_in_memory_cache.h b/net/quic/quic_in_memory_cache.h
index 752620abf2df401e32a954711f407cc5d0d9f30a..5f4f6e973b574c3a369bf94cf545a5f34c405d71 100644
--- a/net/quic/quic_in_memory_cache.h
+++ b/net/quic/quic_in_memory_cache.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/containers/hash_tables.h"
+#include "base/file_util.h"
#include "base/memory/singleton.h"
#include "base/strings/string_piece.h"
#include "net/base/net_export.h"
@@ -19,6 +20,8 @@ template <typename T> struct DefaultSingletonTraits;
namespace net {
+extern base::FilePath g_quic_in_memory_cache_dir;
+
namespace test {
class QuicInMemoryCachePeer;
} // namespace

Powered by Google App Engine
This is Rietveld 408576698