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

Unified Diff: webrtc/rtc_tools/event_log_visualizer/analyzer.h

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes 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_tools/event_log_visualizer/OWNERS ('k') | webrtc/rtc_tools/event_log_visualizer/analyzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/rtc_tools/event_log_visualizer/OWNERS ('k') | webrtc/rtc_tools/event_log_visualizer/analyzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698