summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/iftable.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mirror/iftable.h')
-rw-r--r--runtime/mirror/iftable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/mirror/iftable.h b/runtime/mirror/iftable.h
index ffb2e51582..aea8fddafe 100644
--- a/runtime/mirror/iftable.h
+++ b/runtime/mirror/iftable.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_MIRROR_IFTABLE_H_
-#define ART_SRC_MIRROR_IFTABLE_H_
+#ifndef ART_RUNTIME_MIRROR_IFTABLE_H_
+#define ART_RUNTIME_MIRROR_IFTABLE_H_
#include "object_array.h"
@@ -76,4 +76,4 @@ class MANAGED IfTable : public ObjectArray<Object> {
} // namespace mirror
} // namespace art
-#endif // ART_SRC_MIRROR_IFTABLE_H_
+#endif // ART_RUNTIME_MIRROR_IFTABLE_H_