Chromium Code Reviews| Index: third_party/WebKit/Source/platform/newwtf/CryptographicallyRandomNumber.h |
| diff --git a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h b/third_party/WebKit/Source/platform/newwtf/CryptographicallyRandomNumber.h |
| similarity index 95% |
| copy from third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h |
| copy to third_party/WebKit/Source/platform/newwtf/CryptographicallyRandomNumber.h |
| index 51fbf4765c5b84e260d2e5dc5976c4331714093a..1b93b47cfb162b0e1209e4e9bcf472d34ed29e36 100644 |
| --- a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h |
| +++ b/third_party/WebKit/Source/platform/newwtf/CryptographicallyRandomNumber.h |
| @@ -24,8 +24,8 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -#ifndef WTF_CryptographicallyRandomNumber_h |
| -#define WTF_CryptographicallyRandomNumber_h |
| +#ifndef CryptographicallyRandomNumber_h |
| +#define CryptographicallyRandomNumber_h |
|
Yuta Kitamura
2017/02/20 11:04:00
WebKit lint warned #include guard style this time;
haraken
2017/02/20 11:58:25
Hmm, I'm not sure.
|
| #include "wtf/WTFExport.h" |
| #include <cstddef> |