summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/abstract_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mirror/abstract_method.h')
-rw-r--r--runtime/mirror/abstract_method.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/mirror/abstract_method.h b/runtime/mirror/abstract_method.h
index 339471d..d909058 100644
--- a/runtime/mirror/abstract_method.h
+++ b/runtime/mirror/abstract_method.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_MIRROR_METHOD_H_
-#define ART_SRC_MIRROR_METHOD_H_
+#ifndef ART_RUNTIME_MIRROR_ABSTRACT_METHOD_H_
+#define ART_RUNTIME_MIRROR_ABSTRACT_METHOD_H_
#include "class.h"
#include "dex_file.h"
@@ -515,4 +515,4 @@ class MANAGED AbstractMethodClass : public Class {
} // namespace mirror
} // namespace art
-#endif // ART_SRC_MIRROR_METHOD_H_
+#endif // ART_RUNTIME_MIRROR_ABSTRACT_METHOD_H_