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

Unified Diff: runtime/bin/crypto_macos.cc

Issue 165723007: Move signal_blocker to platform and use it by default in TEMP_FAILURE_RETRY. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tiny fix. Created 6 years, 9 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 | « runtime/bin/crypto_linux.cc ('k') | runtime/bin/dbg_connection_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/crypto_macos.cc
diff --git a/runtime/bin/crypto_macos.cc b/runtime/bin/crypto_macos.cc
index 19745fc0d5ce41338f59e4e7720a02f6594782aa..36020d4a7f307e2271176e681c37915f41ade1fb 100644
--- a/runtime/bin/crypto_macos.cc
+++ b/runtime/bin/crypto_macos.cc
@@ -11,6 +11,8 @@
#include "bin/fdutils.h"
#include "bin/crypto.h"
+#include "platform/signal_blocker.h"
+
namespace dart {
namespace bin {
« no previous file with comments | « runtime/bin/crypto_linux.cc ('k') | runtime/bin/dbg_connection_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698