summaryrefslogtreecommitdiffstats
path: root/runtime/common_throws.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/common_throws.h')
-rw-r--r--runtime/common_throws.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/common_throws.h b/runtime/common_throws.h
index 4bf12c0d01..b7f2754df1 100644
--- a/runtime/common_throws.h
+++ b/runtime/common_throws.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_COMMON_THROWS__H_
-#define ART_SRC_COMMON_THROWS_H_
+#ifndef ART_RUNTIME_COMMON_THROWS_H_
+#define ART_RUNTIME_COMMON_THROWS_H_
#include "base/mutex.h"
#include "invoke_type.h"
@@ -183,4 +183,4 @@ void ThrowVerifyError(const mirror::Class* referrer, const char* fmt, ...)
} // namespace art
-#endif // ART_SRC_COMMON_THROWS_H_
+#endif // ART_RUNTIME_COMMON_THROWS_H_