summaryrefslogtreecommitdiffstats
path: root/compiler/elf_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/elf_writer.h')
-rw-r--r--compiler/elf_writer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/elf_writer.h b/compiler/elf_writer.h
index 7392e67d7f..ab436e4fb3 100644
--- a/compiler/elf_writer.h
+++ b/compiler/elf_writer.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_ELF_WRITER_H_
-#define ART_SRC_ELF_WRITER_H_
+#ifndef ART_COMPILER_ELF_WRITER_H_
+#define ART_COMPILER_ELF_WRITER_H_
#include <stdint.h>
@@ -62,4 +62,4 @@ class ElfWriter {
} // namespace art
-#endif // ART_SRC_ELF_WRITER_H_
+#endif // ART_COMPILER_ELF_WRITER_H_