summaryrefslogtreecommitdiffstats
path: root/runtime/instrumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/instrumentation.h')
-rw-r--r--runtime/instrumentation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/instrumentation.h b/runtime/instrumentation.h
index 384dfb2c7d..798b7ab56d 100644
--- a/runtime/instrumentation.h
+++ b/runtime/instrumentation.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_INSTRUMENTATION_H_
-#define ART_SRC_INSTRUMENTATION_H_
+#ifndef ART_RUNTIME_INSTRUMENTATION_H_
+#define ART_RUNTIME_INSTRUMENTATION_H_
#include "base/macros.h"
#include "locks.h"
@@ -290,4 +290,4 @@ struct InstrumentationStackFrame {
} // namespace instrumentation
} // namespace art
-#endif // ART_SRC_INSTRUMENTATION_H_
+#endif // ART_RUNTIME_INSTRUMENTATION_H_