Chromium Code Reviews| Index: webrtc/base/openssladapter.cc |
| diff --git a/webrtc/base/openssladapter.cc b/webrtc/base/openssladapter.cc |
| index 264dae9e28b623db4ea6145bcf12af3b9fbbb240..a04e7c70c30816734493b07c8900d83f72854544 100644 |
| --- a/webrtc/base/openssladapter.cc |
| +++ b/webrtc/base/openssladapter.cc |
| @@ -35,10 +35,10 @@ |
| #include "webrtc/base/common.h" |
| #include "webrtc/base/logging.h" |
| #include "webrtc/base/openssl.h" |
| -#include "webrtc/base/safe_conversions.h" |
| #include "webrtc/base/sslroots.h" |
| #include "webrtc/base/stringutils.h" |
| #include "webrtc/base/thread.h" |
| +#include "webrtc/base/numerics/safe_conversions.h" |
|
tlegrand-webrtc
2016/03/07 16:27:17
This isn't i alphabetic order. It should be placed
hbos
2016/03/07 16:49:04
Oh, I thought it should be placed at the bottom of
|
| #ifndef OPENSSL_IS_BORINGSSL |