| Index: webrtc/rtc_base/json.h
|
| diff --git a/webrtc/base/json.h b/webrtc/rtc_base/json.h
|
| similarity index 97%
|
| copy from webrtc/base/json.h
|
| copy to webrtc/rtc_base/json.h
|
| index 4c0d22243a903d436251e30bf2675f1fa72555ae..7e1050e070d8d4767b7c7981d0adcd61cca09fc5 100644
|
| --- a/webrtc/base/json.h
|
| +++ b/webrtc/rtc_base/json.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_JSON_H_
|
| -#define WEBRTC_BASE_JSON_H_
|
| +#ifndef WEBRTC_RTC_BASE_JSON_H_
|
| +#define WEBRTC_RTC_BASE_JSON_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -88,4 +88,4 @@ std::string JsonValueToString(const Json::Value& json);
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_JSON_H_
|
| +#endif // WEBRTC_RTC_BASE_JSON_H_
|
|
|