Index: runtime/bin/eventhandler_linux.h |
diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h |
index dd87c229478f9393a7de5b5457df31d0d7317ba6..ac46454641b75c7f149394e769437e8f8efa95c7 100644 |
--- a/runtime/bin/eventhandler_linux.h |
+++ b/runtime/bin/eventhandler_linux.h |
@@ -2,10 +2,10 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#ifndef BIN_EVENTHANDLER_LINUX_H_ |
-#define BIN_EVENTHANDLER_LINUX_H_ |
+#ifndef RUNTIME_BIN_EVENTHANDLER_LINUX_H_ |
+#define RUNTIME_BIN_EVENTHANDLER_LINUX_H_ |
-#if !defined(BIN_EVENTHANDLER_H_) |
+#if !defined(RUNTIME_BIN_EVENTHANDLER_H_) |
#error Do not include eventhandler_linux.h directly; use eventhandler.h instead. |
#endif |
@@ -100,4 +100,4 @@ class EventHandlerImplementation { |
} // namespace bin |
} // namespace dart |
-#endif // BIN_EVENTHANDLER_LINUX_H_ |
+#endif // RUNTIME_BIN_EVENTHANDLER_LINUX_H_ |