Index: runtime/bin/file_system_watcher_fuchsia.cc |
diff --git a/runtime/bin/file_system_watcher_fuchsia.cc b/runtime/bin/file_system_watcher_fuchsia.cc |
index abfbaa8448aca09e1365099f66df1ca1ac42f480..3b4fdf329faffa1c20265af3169e80c2bb1a391e 100644 |
--- a/runtime/bin/file_system_watcher_fuchsia.cc |
+++ b/runtime/bin/file_system_watcher_fuchsia.cc |
@@ -5,7 +5,7 @@ |
#if !defined(DART_IO_DISABLED) |
#include "platform/globals.h" |
-#if defined(TARGET_OS_FUCHSIA) |
+#if defined(HOST_OS_FUCHSIA) |
#include "bin/file_system_watcher.h" |
@@ -55,6 +55,6 @@ intptr_t FileSystemWatcher::WatchPath(intptr_t id, |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_FUCHSIA) |
+#endif // defined(HOST_OS_FUCHSIA) |
#endif // !defined(DART_IO_DISABLED) |