summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp/jdwp_expand_buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jdwp/jdwp_expand_buf.h')
-rw-r--r--runtime/jdwp/jdwp_expand_buf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/jdwp/jdwp_expand_buf.h b/runtime/jdwp/jdwp_expand_buf.h
index 820f62d..81e01e2 100644
--- a/runtime/jdwp/jdwp_expand_buf.h
+++ b/runtime/jdwp/jdwp_expand_buf.h
@@ -16,8 +16,8 @@
/*
* Expanding byte buffer, with primitives for appending basic data types.
*/
-#ifndef ART_JDWP_EXPANDBUF_H_
-#define ART_JDWP_EXPANDBUF_H_
+#ifndef ART_RUNTIME_JDWP_JDWP_EXPAND_BUF_H_
+#define ART_RUNTIME_JDWP_JDWP_EXPAND_BUF_H_
#include <string>
@@ -67,4 +67,4 @@ void expandBufAddLocation(ExpandBuf* pReply, const JdwpLocation& location);
} // namespace art
-#endif // ART_JDWP_EXPANDBUF_H_
+#endif // ART_RUNTIME_JDWP_JDWP_EXPAND_BUF_H_