summaryrefslogtreecommitdiffstats
path: root/runtime/stack_indirect_reference_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stack_indirect_reference_table.h')
-rw-r--r--runtime/stack_indirect_reference_table.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/stack_indirect_reference_table.h b/runtime/stack_indirect_reference_table.h
index dd10634..4c9b038 100644
--- a/runtime/stack_indirect_reference_table.h
+++ b/runtime/stack_indirect_reference_table.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_STACK_INDIRECT_REFERENCE_TABLE_H_
-#define ART_SRC_STACK_INDIRECT_REFERENCE_TABLE_H_
+#ifndef ART_RUNTIME_STACK_INDIRECT_REFERENCE_TABLE_H_
+#define ART_RUNTIME_STACK_INDIRECT_REFERENCE_TABLE_H_
#include "base/logging.h"
#include "base/macros.h"
@@ -96,4 +96,4 @@ class StackIndirectReferenceTable {
} // namespace art
-#endif // ART_SRC_STACK_INDIRECT_REFERENCE_TABLE_H_
+#endif // ART_RUNTIME_STACK_INDIRECT_REFERENCE_TABLE_H_