aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/macho_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/macho_id.h')
-rw-r--r--src/common/mac/macho_id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mac/macho_id.h b/src/common/mac/macho_id.h
index a5338120..ccb126d4 100644
--- a/src/common/mac/macho_id.h
+++ b/src/common/mac/macho_id.h
@@ -109,7 +109,7 @@ class MachoID {
uint32_t crc_;
// The MD5 context
- MD5Context md5_context_;
+ google_breakpad::MD5Context md5_context_;
// The current update to call from the Update callback
UpdateFunction update_function_;