| Index: webrtc/rtc_base/trace_event.h
|
| diff --git a/webrtc/base/trace_event.h b/webrtc/rtc_base/trace_event.h
|
| similarity index 99%
|
| copy from webrtc/base/trace_event.h
|
| copy to webrtc/rtc_base/trace_event.h
|
| index 3e9937466c63d3e728c0b41763e4c88243d0a8f8..fd48eae974e81ec57a9b1396a7f5f7783ce7b425 100644
|
| --- a/webrtc/base/trace_event.h
|
| +++ b/webrtc/rtc_base/trace_event.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file under third_party_mods/chromium or at:
|
| // http://src.chromium.org/svn/trunk/src/LICENSE
|
|
|
| -#ifndef WEBRTC_BASE_TRACE_EVENT_H_
|
| -#define WEBRTC_BASE_TRACE_EVENT_H_
|
| +#ifndef WEBRTC_RTC_BASE_TRACE_EVENT_H_
|
| +#define WEBRTC_RTC_BASE_TRACE_EVENT_H_
|
|
|
| #include <string>
|
|
|
| @@ -907,4 +907,4 @@ class TraceEndOnScopeClose {
|
| } // namespace trace_event_internal
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_BASE_TRACE_EVENT_H_
|
| +#endif // WEBRTC_RTC_BASE_TRACE_EVENT_H_
|
|
|