| Index: third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp
|
| index 056c64a86e8d33587e60a945217cd5c5d1e83356..49419acfa61055637561dbb4920611e5e48571f2 100644
|
| --- a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp
|
| +++ b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp
|
| @@ -48,4 +48,4 @@ void cryptographicallyRandomValues(void* buffer, size_t length)
|
| base::RandBytes(buffer, length);
|
| }
|
|
|
| -}
|
| +} // namespace WTF
|
|
|