summaryrefslogtreecommitdiffstats
path: root/base/include/android-base/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/include/android-base/errors.h')
-rw-r--r--base/include/android-base/errors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/include/android-base/errors.h b/base/include/android-base/errors.h
index ca621fa8b..04c299c86 100644
--- a/base/include/android-base/errors.h
+++ b/base/include/android-base/errors.h
@@ -27,8 +27,8 @@
// special handling to get the error string. Refer to Microsoft documentation
// to determine which error code to check for each function.
-#ifndef BASE_ERRORS_H
-#define BASE_ERRORS_H
+#ifndef ANDROID_BASE_ERRORS_H
+#define ANDROID_BASE_ERRORS_H
#include <string>
@@ -43,4 +43,4 @@ std::string SystemErrorCodeToString(int error_code);
} // namespace base
} // namespace android
-#endif // BASE_ERRORS_H
+#endif // ANDROID_BASE_ERRORS_H