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

Unified Diff: runtime/bin/crypto_linux.cc

Issue 1800863002: Cleanup in //runtime/bin (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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_android.cc ('k') | runtime/bin/crypto_macos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/crypto_linux.cc
diff --git a/runtime/bin/crypto_linux.cc b/runtime/bin/crypto_linux.cc
index 875ec8e11e5f82c21b218bb6c5cf3fc0c1a8290f..c2e4ccd1c3889637b7030c0c6ce4368b63b91a08 100644
--- a/runtime/bin/crypto_linux.cc
+++ b/runtime/bin/crypto_linux.cc
@@ -8,8 +8,8 @@
#include <errno.h> // NOLINT
#include <fcntl.h> // NOLINT
-#include "bin/fdutils.h"
#include "bin/crypto.h"
+#include "bin/fdutils.h"
#include "platform/signal_blocker.h"
namespace dart {
« no previous file with comments | « runtime/bin/crypto_android.cc ('k') | runtime/bin/crypto_macos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698