| Index: webrtc/rtc_base/base64.h
|
| diff --git a/webrtc/base/base64.h b/webrtc/rtc_base/base64.h
|
| similarity index 97%
|
| copy from webrtc/base/base64.h
|
| copy to webrtc/rtc_base/base64.h
|
| index eba3cc0d1d10ca8586b589dfc790e5c46c2e7fd9..80f65c18e1dca4ecdbd6056c4a9fc066497c7b35 100644
|
| --- a/webrtc/base/base64.h
|
| +++ b/webrtc/rtc_base/base64.h
|
| @@ -9,8 +9,8 @@
|
| //* intact.
|
| //*********************************************************************
|
|
|
| -#ifndef WEBRTC_BASE_BASE64_H__
|
| -#define WEBRTC_BASE_BASE64_H__
|
| +#ifndef WEBRTC_RTC_BASE_BASE64_H_
|
| +#define WEBRTC_RTC_BASE_BASE64_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -120,4 +120,4 @@ class Base64 {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_BASE64_H__
|
| +#endif // WEBRTC_RTC_BASE_BASE64_H_
|
|
|