| Index: webrtc/rtc_base/string_to_number.h
|
| diff --git a/webrtc/base/string_to_number.h b/webrtc/rtc_base/string_to_number.h
|
| similarity index 96%
|
| copy from webrtc/base/string_to_number.h
|
| copy to webrtc/rtc_base/string_to_number.h
|
| index 8306f7cf89adaf9adac2062b5d6a6d0e15739aad..4dcddf56fd763d3eec8bdfd1c98c419fb2ad1224 100644
|
| --- a/webrtc/base/string_to_number.h
|
| +++ b/webrtc/rtc_base/string_to_number.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_STRING_TO_NUMBER_H_
|
| -#define WEBRTC_BASE_STRING_TO_NUMBER_H_
|
| +#ifndef WEBRTC_RTC_BASE_STRING_TO_NUMBER_H_
|
| +#define WEBRTC_RTC_BASE_STRING_TO_NUMBER_H_
|
|
|
| #include <string>
|
| #include <limits>
|
| @@ -98,4 +98,4 @@ auto StringToNumber(const std::string& str, int base = 10)
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_STRING_TO_NUMBER_H_
|
| +#endif // WEBRTC_RTC_BASE_STRING_TO_NUMBER_H_
|
|
|