summaryrefslogtreecommitdiff
path: root/runtime/dex_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/dex_file.h')
-rw-r--r--runtime/dex_file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/dex_file.h b/runtime/dex_file.h
index e09270e018..28e06cc5b9 100644
--- a/runtime/dex_file.h
+++ b/runtime/dex_file.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_DEX_FILE_H_
-#define ART_SRC_DEX_FILE_H_
+#ifndef ART_RUNTIME_DEX_FILE_H_
+#define ART_RUNTIME_DEX_FILE_H_
#include <string>
#include <vector>
@@ -1220,4 +1220,4 @@ class CatchHandlerIterator {
} // namespace art
-#endif // ART_SRC_DEX_FILE_H_
+#endif // ART_RUNTIME_DEX_FILE_H_