| Index: third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp b/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
|
| index c210a0664ae34437fc892da4841013906bccda49..1f901811f5e69e4c49c9631d2f5ad4db30fad070 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
|
| @@ -17,8 +17,8 @@
|
|
|
| #include "platform/wtf/CryptographicallyRandomNumber.h"
|
|
|
| -#include "base/rand_util.h"
|
| #include <string.h>
|
| +#include "base/rand_util.h"
|
|
|
| namespace WTF {
|
|
|
|
|