diff options
Diffstat (limited to 'runtime/gc_map.h')
-rw-r--r-- | runtime/gc_map.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/gc_map.h b/runtime/gc_map.h index 473b39a62..33d09f29f 100644 --- a/runtime/gc_map.h +++ b/runtime/gc_map.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ART_SRC_GC_MAP_H_ -#define ART_SRC_GC_MAP_H_ +#ifndef ART_RUNTIME_GC_MAP_H_ +#define ART_RUNTIME_GC_MAP_H_ #include <stdint.h> @@ -108,4 +108,4 @@ class NativePcOffsetToReferenceMap { } // namespace art -#endif // ART_SRC_GC_MAP_H_ +#endif // ART_RUNTIME_GC_MAP_H_ |