summaryrefslogtreecommitdiffstats
path: root/runtime/disassembler_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/disassembler_arm.h')
-rw-r--r--runtime/disassembler_arm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/disassembler_arm.h b/runtime/disassembler_arm.h
index 103876f33..cab915010 100644
--- a/runtime/disassembler_arm.h
+++ b/runtime/disassembler_arm.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_DISASSEMBLER_ARM_H_
-#define ART_SRC_DISASSEMBLER_ARM_H_
+#ifndef ART_RUNTIME_DISASSEMBLER_ARM_H_
+#define ART_RUNTIME_DISASSEMBLER_ARM_H_
#include <vector>
@@ -48,4 +48,4 @@ class DisassemblerArm : public Disassembler {
} // namespace arm
} // namespace art
-#endif // ART_SRC_DISASSEMBLER_ARM_H_
+#endif // ART_RUNTIME_DISASSEMBLER_ARM_H_