summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp/jdwp_bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jdwp/jdwp_bits.h')
-rw-r--r--runtime/jdwp/jdwp_bits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/jdwp/jdwp_bits.h b/runtime/jdwp/jdwp_bits.h
index 2a3c775..9f80cbe 100644
--- a/runtime/jdwp/jdwp_bits.h
+++ b/runtime/jdwp/jdwp_bits.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_JDWP_BITS_H_
-#define ART_JDWP_BITS_H_
+#ifndef ART_RUNTIME_JDWP_JDWP_BITS_H_
+#define ART_RUNTIME_JDWP_JDWP_BITS_H_
#include <stddef.h>
#include <stdint.h>
@@ -121,4 +121,4 @@ static inline void Write8BE(uint8_t** dst, uint64_t value) {
} // namespace art
-#endif // ART_JDWP_BITS_H_
+#endif // ART_RUNTIME_JDWP_JDWP_BITS_H_