summaryrefslogtreecommitdiff
path: root/runtime/gc/space/space.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/space/space.h')
-rw-r--r--runtime/gc/space/space.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/gc/space/space.h b/runtime/gc/space/space.h
index ca01c55497..48f0579d83 100644
--- a/runtime/gc/space/space.h
+++ b/runtime/gc/space/space.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_GC_SPACE_SPACE_H_
-#define ART_SRC_GC_SPACE_SPACE_H_
+#ifndef ART_RUNTIME_GC_SPACE_SPACE_H_
+#define ART_RUNTIME_GC_SPACE_SPACE_H_
#include <string>
@@ -292,4 +292,4 @@ class MemMapSpace : public ContinuousSpace {
} // namespace gc
} // namespace art
-#endif // ART_SRC_GC_SPACE_SPACE_H_
+#endif // ART_RUNTIME_GC_SPACE_SPACE_H_