summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp/jdwp_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jdwp/jdwp_event.h')
-rw-r--r--runtime/jdwp/jdwp_event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/jdwp/jdwp_event.h b/runtime/jdwp/jdwp_event.h
index a6eabb1..d269761 100644
--- a/runtime/jdwp/jdwp_event.h
+++ b/runtime/jdwp/jdwp_event.h
@@ -16,8 +16,8 @@
/*
* Handle registration of events, and debugger event notification.
*/
-#ifndef ART_JDWP_JDWPEVENT_H_
-#define ART_JDWP_JDWPEVENT_H_
+#ifndef ART_RUNTIME_JDWP_JDWP_EVENT_H_
+#define ART_RUNTIME_JDWP_JDWP_EVENT_H_
#include "jdwp/jdwp.h"
#include "jdwp/jdwp_constants.h"
@@ -110,4 +110,4 @@ void EventFree(JdwpEvent* pEvent);
} // namespace art
-#endif // ART_JDWP_JDWPEVENT_H_
+#endif // ART_RUNTIME_JDWP_JDWP_EVENT_H_