summaryrefslogtreecommitdiffstats
path: root/runtime/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/os.h')
-rw-r--r--runtime/os.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/os.h b/runtime/os.h
index 3428b6a..6767566 100644
--- a/runtime/os.h
+++ b/runtime/os.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_OS_H_
-#define ART_SRC_OS_H_
+#ifndef ART_RUNTIME_OS_H_
+#define ART_RUNTIME_OS_H_
namespace unix_file {
class FdFile;
@@ -41,4 +41,4 @@ class OS {
} // namespace art
-#endif // ART_SRC_OS_H_
+#endif // ART_RUNTIME_OS_H_