summaryrefslogtreecommitdiff
path: root/runtime/disassembler_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/disassembler_x86.h')
-rw-r--r--runtime/disassembler_x86.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/disassembler_x86.h b/runtime/disassembler_x86.h
index 13f8503720..ff4322c8b8 100644
--- a/runtime/disassembler_x86.h
+++ b/runtime/disassembler_x86.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_DISASSEMBLER_X86_H_
-#define ART_SRC_DISASSEMBLER_X86_H_
+#ifndef ART_RUNTIME_DISASSEMBLER_X86_H_
+#define ART_RUNTIME_DISASSEMBLER_X86_H_
#include "disassembler.h"
@@ -35,4 +35,4 @@ class DisassemblerX86 : public Disassembler {
} // namespace x86
} // namespace art
-#endif // ART_SRC_DISASSEMBLER_X86_H_
+#endif // ART_RUNTIME_DISASSEMBLER_X86_H_