| Index: webrtc/rtc_base/protobuf_utils.h
|
| diff --git a/webrtc/base/protobuf_utils.h b/webrtc/rtc_base/protobuf_utils.h
|
| similarity index 86%
|
| copy from webrtc/base/protobuf_utils.h
|
| copy to webrtc/rtc_base/protobuf_utils.h
|
| index 69f47cf4bf71bcf895317a33b90767b3ec640624..c8c98b0367a47d6aaea1698368ac7627720de582 100644
|
| --- a/webrtc/base/protobuf_utils.h
|
| +++ b/webrtc/rtc_base/protobuf_utils.h
|
| @@ -10,8 +10,8 @@
|
|
|
| #include <string>
|
|
|
| -#ifndef WEBRTC_BASE_PROTOBUF_UTILS_H_
|
| -#define WEBRTC_BASE_PROTOBUF_UTILS_H_
|
| +#ifndef WEBRTC_RTC_BASE_PROTOBUF_UTILS_H_
|
| +#define WEBRTC_RTC_BASE_PROTOBUF_UTILS_H_
|
|
|
| namespace webrtc {
|
|
|
| @@ -33,4 +33,4 @@ using google::protobuf::RepeatedPtrField;
|
|
|
| #endif // WEBRTC_ENABLE_PROTOBUF
|
|
|
| -#endif // WEBRTC_BASE_PROTOBUF_UTILS_H_
|
| +#endif // WEBRTC_RTC_BASE_PROTOBUF_UTILS_H_
|
|
|