Index: webrtc/rtc_tools/event_log_visualizer/analyzer.h |
diff --git a/webrtc/tools/event_log_visualizer/analyzer.h b/webrtc/rtc_tools/event_log_visualizer/analyzer.h |
similarity index 96% |
rename from webrtc/tools/event_log_visualizer/analyzer.h |
rename to webrtc/rtc_tools/event_log_visualizer/analyzer.h |
index fab52b96a1b645c3524b63e1ed4dbdb1ce78a2cb..cdc81f1f4c5cffbaf94fc7646d2623b7675da04d 100644 |
--- a/webrtc/tools/event_log_visualizer/analyzer.h |
+++ b/webrtc/rtc_tools/event_log_visualizer/analyzer.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_TOOLS_EVENT_LOG_VISUALIZER_ANALYZER_H_ |
-#define WEBRTC_TOOLS_EVENT_LOG_VISUALIZER_ANALYZER_H_ |
+#ifndef WEBRTC_RTC_TOOLS_EVENT_LOG_VISUALIZER_ANALYZER_H_ |
+#define WEBRTC_RTC_TOOLS_EVENT_LOG_VISUALIZER_ANALYZER_H_ |
#include <map> |
#include <memory> |
@@ -23,7 +23,7 @@ |
#include "webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h" |
#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h" |
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet.h" |
-#include "webrtc/tools/event_log_visualizer/plot_base.h" |
+#include "webrtc/rtc_tools/event_log_visualizer/plot_base.h" |
namespace webrtc { |
namespace plotting { |
@@ -203,4 +203,4 @@ class EventLogAnalyzer { |
} // namespace plotting |
} // namespace webrtc |
-#endif // WEBRTC_TOOLS_EVENT_LOG_VISUALIZER_ANALYZER_H_ |
+#endif // WEBRTC_RTC_TOOLS_EVENT_LOG_VISUALIZER_ANALYZER_H_ |