Index: src/tools/driver/platform_macos.cc |
diff --git a/src/tools/driver/platform_macos.cc b/src/tools/driver/platform_macos.cc |
index 80a961535a9487d9ff8a930d96226429c5cf5489..ac4561ae82fa40c361650cee25f81827882ac60d 100644 |
--- a/src/tools/driver/platform_macos.cc |
+++ b/src/tools/driver/platform_macos.cc |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-#if defined(FLETCH_TARGET_OS_MACOS) |
+#if defined(DARTINO_TARGET_OS_MACOS) |
#include <fcntl.h> |
#include <mach-o/dyld.h> |
@@ -17,7 +17,7 @@ |
#define MAX_SIGNAL SIGUSR2 |
-namespace fletch { |
+namespace dartino { |
static int signal_pipe[] = {-1, -1}; |
@@ -111,6 +111,6 @@ void Exit(int exit_code) { |
UNREACHABLE(); |
} |
-} // namespace fletch |
+} // namespace dartino |
-#endif // defined(FLETCH_TARGET_OS_MACOS) |
+#endif // defined(DARTINO_TARGET_OS_MACOS) |