summaryrefslogtreecommitdiffstats
path: root/base/include/android-base/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/include/android-base/memory.h')
-rw-r--r--base/include/android-base/memory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/include/android-base/memory.h b/base/include/android-base/memory.h
index 882582f89..3a2f8fad6 100644
--- a/base/include/android-base/memory.h
+++ b/base/include/android-base/memory.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef BASE_MEMORY_H
-#define BASE_MEMORY_H
+#ifndef ANDROID_BASE_MEMORY_H
+#define ANDROID_BASE_MEMORY_H
namespace android {
namespace base {
@@ -44,4 +44,4 @@ static inline void put_unaligned(T* address, T v) {
} // namespace base
} // namespace android
-#endif // BASE_MEMORY_H
+#endif // ANDROID_BASE_MEMORY_H