summaryrefslogtreecommitdiffstats
path: root/runtime/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/image.h')
-rw-r--r--runtime/image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/image.h b/runtime/image.h
index f14d7d1..35e4c5c 100644
--- a/runtime/image.h
+++ b/runtime/image.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_IMAGE_H_
-#define ART_SRC_IMAGE_H_
+#ifndef ART_RUNTIME_IMAGE_H_
+#define ART_RUNTIME_IMAGE_H_
#include <string.h>
@@ -131,4 +131,4 @@ class PACKED(4) ImageHeader {
} // namespace art
-#endif // ART_SRC_IMAGE_H_
+#endif // ART_RUNTIME_IMAGE_H_