diff options
Diffstat (limited to 'base/include/android-base/utf8.h')
-rwxr-xr-x | base/include/android-base/utf8.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/include/android-base/utf8.h b/base/include/android-base/utf8.h index 3b0ed0af8..2d5a6f6d7 100755 --- a/base/include/android-base/utf8.h +++ b/base/include/android-base/utf8.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef BASE_UTF8_H -#define BASE_UTF8_H +#ifndef ANDROID_BASE_UTF8_H +#define ANDROID_BASE_UTF8_H #ifdef _WIN32 #include <string> @@ -84,4 +84,4 @@ using ::unlink; } // namespace base } // namespace android -#endif // BASE_UTF8_H +#endif // ANDROID_BASE_UTF8_H |