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

Unified Diff: net/quic/platform/impl/quic_mutex_impl.h

Issue 2589983002: Create a QUIC wrapper around scoped_refptr. (Closed)
Patch Set: rm = nullptr Created 4 years 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/platform/impl/quic_mutex_impl.h
diff --git a/net/quic/platform/impl/quic_mutex_impl.h b/net/quic/platform/impl/quic_mutex_impl.h
index fae020a7a41991d9460e3abd7dba2c82d97517bc..8053514eab5063b486c4c2f36b0b027fb8257c5c 100644
--- a/net/quic/platform/impl/quic_mutex_impl.h
+++ b/net/quic/platform/impl/quic_mutex_impl.h
@@ -36,6 +36,10 @@
#define GUARDED_BY(x)
#endif
+#ifndef SHARED_LOCKS_REQUIRED
+#define SHARED_LOCKS_REQUIRED(...)
+#endif
+
namespace net {
// A class wrapping a non-reentrant mutex.
« no previous file with comments | « net/quic/platform/api/quic_reference_counted_test.cc ('k') | net/quic/platform/impl/quic_reference_counted_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698