summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp/jdwp_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jdwp/jdwp_constants.h')
-rw-r--r--runtime/jdwp/jdwp_constants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/jdwp/jdwp_constants.h b/runtime/jdwp/jdwp_constants.h
index ebc575b..a8db325 100644
--- a/runtime/jdwp/jdwp_constants.h
+++ b/runtime/jdwp/jdwp_constants.h
@@ -16,8 +16,8 @@
/*
* These come out of the JDWP documentation.
*/
-#ifndef ART_JDWP_JDWPCONSTANTS_H_
-#define ART_JDWP_JDWPCONSTANTS_H_
+#ifndef ART_RUNTIME_JDWP_JDWP_CONSTANTS_H_
+#define ART_RUNTIME_JDWP_JDWP_CONSTANTS_H_
#include <iosfwd>
@@ -246,4 +246,4 @@ std::ostream& operator<<(std::ostream& os, const JdwpTag& value);
} // namespace art
-#endif // ART_JDWP_JDWPCONSTANTS_H_
+#endif // ART_RUNTIME_JDWP_JDWP_CONSTANTS_H_