| Index: webrtc/rtc_base/event_tracer.h
|
| diff --git a/webrtc/base/event_tracer.h b/webrtc/rtc_base/event_tracer.h
|
| similarity index 95%
|
| copy from webrtc/base/event_tracer.h
|
| copy to webrtc/rtc_base/event_tracer.h
|
| index 51c8cfdc49d1001f06844e8ff01eeae2e26a91fd..e0136abb7b16c168ed511a2275e8af30b5b3d64c 100644
|
| --- a/webrtc/base/event_tracer.h
|
| +++ b/webrtc/rtc_base/event_tracer.h
|
| @@ -23,8 +23,8 @@
|
| //
|
| // Parameters for the above two functions are described in trace_event.h.
|
|
|
| -#ifndef WEBRTC_BASE_EVENT_TRACER_H_
|
| -#define WEBRTC_BASE_EVENT_TRACER_H_
|
| +#ifndef WEBRTC_RTC_BASE_EVENT_TRACER_H_
|
| +#define WEBRTC_RTC_BASE_EVENT_TRACER_H_
|
|
|
| #include <stdio.h>
|
|
|
| @@ -82,4 +82,4 @@ void ShutdownInternalTracer();
|
| } // namespace tracing
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_EVENT_TRACER_H_
|
| +#endif // WEBRTC_RTC_BASE_EVENT_TRACER_H_
|
|
|