summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/throwable.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mirror/throwable.h')
-rw-r--r--runtime/mirror/throwable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/mirror/throwable.h b/runtime/mirror/throwable.h
index aafcc07..909228e 100644
--- a/runtime/mirror/throwable.h
+++ b/runtime/mirror/throwable.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_MIRROR_THROWABLE_H_
-#define ART_SRC_MIRROR_THROWABLE_H_
+#ifndef ART_RUNTIME_MIRROR_THROWABLE_H_
+#define ART_RUNTIME_MIRROR_THROWABLE_H_
#include "object.h"
#include "string.h"
@@ -72,4 +72,4 @@ class MANAGED Throwable : public Object {
} // namespace mirror
} // namespace art
-#endif // ART_SRC_MIRROR_THROWABLE_H_
+#endif // ART_RUNTIME_MIRROR_THROWABLE_H_