Index: webrtc/rtc_tools/event_log_visualizer/plot_base.h |
diff --git a/webrtc/tools/event_log_visualizer/plot_base.h b/webrtc/rtc_tools/event_log_visualizer/plot_base.h |
similarity index 96% |
rename from webrtc/tools/event_log_visualizer/plot_base.h |
rename to webrtc/rtc_tools/event_log_visualizer/plot_base.h |
index 0abd6befec867b18d71836310605949d7bd58830..bdcea2e5c3e27be7ff224e975dfd39e63d600caf 100644 |
--- a/webrtc/tools/event_log_visualizer/plot_base.h |
+++ b/webrtc/rtc_tools/event_log_visualizer/plot_base.h |
@@ -7,8 +7,8 @@ |
* in the file PATENTS. All contributing project authors may |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_TOOLS_EVENT_LOG_VISUALIZER_PLOT_BASE_H_ |
-#define WEBRTC_TOOLS_EVENT_LOG_VISUALIZER_PLOT_BASE_H_ |
+#ifndef WEBRTC_RTC_TOOLS_EVENT_LOG_VISUALIZER_PLOT_BASE_H_ |
+#define WEBRTC_RTC_TOOLS_EVENT_LOG_VISUALIZER_PLOT_BASE_H_ |
#include <memory> |
#include <string> |
@@ -137,4 +137,4 @@ class PlotCollection { |
} // namespace plotting |
} // namespace webrtc |
-#endif // WEBRTC_TOOLS_EVENT_LOG_VISUALIZER_PLOT_BASE_H_ |
+#endif // WEBRTC_RTC_TOOLS_EVENT_LOG_VISUALIZER_PLOT_BASE_H_ |