Index: net/http/md4.h |
diff --git a/net/http/md4.h b/net/http/md4.h |
index b416e261de0c1022a843b222ad388a22ac5fe637..5045348731ce6695abc7073680b9ab62faab7a28 100644 |
--- a/net/http/md4.h |
+++ b/net/http/md4.h |
@@ -66,7 +66,7 @@ namespace weak_crypto { |
* interface would make more sense if that were a requirement. Currently, this |
* is good enough for the applications we care about. |
*/ |
-void MD4Sum(const uint8 *input, uint32 inputLen, uint8 *result); |
+void MD4Sum(const uint8* input, uint32 inputLen, uint8* result); |
} // namespace net::weak_crypto |
} // namespace net |