diff options
Diffstat (limited to 'chromium/net/http/md4.cc')
-rw-r--r-- | chromium/net/http/md4.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/http/md4.cc b/chromium/net/http/md4.cc index 7de9cb0b64e..890b98b1d4f 100644 --- a/chromium/net/http/md4.cc +++ b/chromium/net/http/md4.cc @@ -180,5 +180,5 @@ void MD4Sum(const Uint8 *input, Uint32 inputLen, Uint8 *result) w2b(result, state, 16); } -} // namespace net::weak_crypto +} // namespace weak_crypto } // namespace net |