Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: webrtc/rtc_base/event_tracer.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/rtc_base/event.cc ('k') | webrtc/rtc_base/event_tracer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/rtc_base/event.cc ('k') | webrtc/rtc_base/event_tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698