| Index: webrtc/rtc_base/socketaddresspair.h
 | 
| diff --git a/webrtc/base/socketaddresspair.h b/webrtc/rtc_base/socketaddresspair.h
 | 
| similarity index 89%
 | 
| copy from webrtc/base/socketaddresspair.h
 | 
| copy to webrtc/rtc_base/socketaddresspair.h
 | 
| index 73a627f104ee7f53b41bdcdee1e35fa83096ddb5..91137a335fc58037e4f0cb8b5130ca9004c06274 100644
 | 
| --- a/webrtc/base/socketaddresspair.h
 | 
| +++ b/webrtc/rtc_base/socketaddresspair.h
 | 
| @@ -8,8 +8,8 @@
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
|  
 | 
| -#ifndef WEBRTC_BASE_SOCKETADDRESSPAIR_H__
 | 
| -#define WEBRTC_BASE_SOCKETADDRESSPAIR_H__
 | 
| +#ifndef WEBRTC_RTC_BASE_SOCKETADDRESSPAIR_H_
 | 
| +#define WEBRTC_RTC_BASE_SOCKETADDRESSPAIR_H_
 | 
|  
 | 
|  #include "webrtc/base/socketaddress.h"
 | 
|  
 | 
| @@ -38,4 +38,4 @@ private:
 | 
|  
 | 
|  } // namespace rtc
 | 
|  
 | 
| -#endif // WEBRTC_BASE_SOCKETADDRESSPAIR_H__
 | 
| +#endif // WEBRTC_RTC_BASE_SOCKETADDRESSPAIR_H_
 | 
| 
 |