| Index: talk/session/media/externalhmac.cc
 | 
| diff --git a/talk/session/media/externalhmac.cc b/talk/session/media/externalhmac.cc
 | 
| index d63520e19827e3cd833b5f08b0b728c272846c74..dd991d484823b54db6ea9ec97692fc80f50382b6 100644
 | 
| --- a/talk/session/media/externalhmac.cc
 | 
| +++ b/talk/session/media/externalhmac.cc
 | 
| @@ -33,11 +33,11 @@
 | 
|  
 | 
|  extern "C" {
 | 
|  #ifdef SRTP_RELATIVE_PATH
 | 
| -#include "srtp.h"  // NOLINT
 | 
|  #include "crypto_kernel.h"  // NOLINT
 | 
| +#include "srtp.h"  // NOLINT
 | 
|  #else
 | 
| -#include "third_party/libsrtp/srtp/include/srtp.h"
 | 
|  #include "third_party/libsrtp/srtp/crypto/include/crypto_kernel.h"
 | 
| +#include "third_party/libsrtp/srtp/include/srtp.h"
 | 
|  #endif  // SRTP_RELATIVE_PATH
 | 
|  }
 | 
|  
 | 
| 
 |