summaryrefslogtreecommitdiffstats
path: root/runtime/closure.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/closure.h')
-rw-r--r--runtime/closure.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/closure.h b/runtime/closure.h
index 17f2b84d82..9bea28fa58 100644
--- a/runtime/closure.h
+++ b/runtime/closure.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_CLOSURE_H_
-#define ART_SRC_CLOSURE_H_
+#ifndef ART_RUNTIME_CLOSURE_H_
+#define ART_RUNTIME_CLOSURE_H_
namespace art {
@@ -29,4 +29,4 @@ class Closure {
} // namespace art
-#endif // ART_SRC_CLOSURE_H_
+#endif // ART_RUNTIME_CLOSURE_H_