summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/class.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mirror/class.h')
-rw-r--r--runtime/mirror/class.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/mirror/class.h b/runtime/mirror/class.h
index 084aa24c7c..9a506c29af 100644
--- a/runtime/mirror/class.h
+++ b/runtime/mirror/class.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_MIRROR_CLASS_H_
-#define ART_SRC_MIRROR_CLASS_H_
+#ifndef ART_RUNTIME_MIRROR_CLASS_H_
+#define ART_RUNTIME_MIRROR_CLASS_H_
#include "modifiers.h"
#include "object.h"
@@ -882,4 +882,4 @@ class MANAGED ClassClass : public Class {
} // namespace mirror
} // namespace art
-#endif // ART_SRC_MIRROR_CLASS_H_
+#endif // ART_RUNTIME_MIRROR_CLASS_H_