summaryrefslogtreecommitdiff
path: root/libc/malloc_debug/debug_disable.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/malloc_debug/debug_disable.h')
-rw-r--r--libc/malloc_debug/debug_disable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/debug_disable.h b/libc/malloc_debug/debug_disable.h
index 0049595e2..f9c3149ee 100644
--- a/libc/malloc_debug/debug_disable.h
+++ b/libc/malloc_debug/debug_disable.h
@@ -57,5 +57,5 @@ class ScopedDisableDebugCalls {
private:
bool disabled_;
- DISALLOW_COPY_AND_ASSIGN(ScopedDisableDebugCalls);
+ BIONIC_DISALLOW_COPY_AND_ASSIGN(ScopedDisableDebugCalls);
};