| Index: webrtc/base/openssladapter.cc
 | 
| diff --git a/webrtc/base/openssladapter.cc b/webrtc/base/openssladapter.cc
 | 
| index d3681861860b5591c5fb85e39b47278bfb0c64b7..5deddaff8a48641d0e553ffaf4bcb6e3c4ea90bb 100644
 | 
| --- a/webrtc/base/openssladapter.cc
 | 
| +++ b/webrtc/base/openssladapter.cc
 | 
| @@ -27,7 +27,6 @@
 | 
|  
 | 
|  #include "webrtc/base/arraysize.h"
 | 
|  #include "webrtc/base/checks.h"
 | 
| -#include "webrtc/base/common.h"
 | 
|  #include "webrtc/base/logging.h"
 | 
|  #include "webrtc/base/openssl.h"
 | 
|  #include "webrtc/base/safe_conversions.h"
 | 
| @@ -148,9 +147,6 @@ static int socket_puts(BIO* b, const char* str) {
 | 
|  }
 | 
|  
 | 
|  static long socket_ctrl(BIO* b, int cmd, long num, void* ptr) {
 | 
| -  RTC_UNUSED(num);
 | 
| -  RTC_UNUSED(ptr);
 | 
| -
 | 
|    switch (cmd) {
 | 
|    case BIO_CTRL_RESET:
 | 
|      return 0;
 | 
| 
 |