Index: chrome/app/chrome_exe_main_mac.cc |
diff --git a/chrome/app/chrome_exe_main_mac.cc b/chrome/app/chrome_exe_main_mac.cc |
index 84c22e084e060f74e23136154f6f662677ee4947..a0f1ac589e17e1ce165a991d01b5490140755f9e 100644 |
--- a/chrome/app/chrome_exe_main_mac.cc |
+++ b/chrome/app/chrome_exe_main_mac.cc |
@@ -7,9 +7,9 @@ |
#if defined(ADDRESS_SANITIZER) |
#include <crt_externs.h> // for _NSGetArgc, _NSGetArgv |
+#include <string.h> |
#endif // ADDRESS_SANITIZER |
#include <stdlib.h> |
-#include <string.h> |
#if defined(ADDRESS_SANITIZER) |
// NaCl requires its own SEGV handler, so we need to add handle_segv=0 to |