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

Unified Diff: webrtc/rtc_tools/event_log_visualizer/main.cc

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
Index: webrtc/rtc_tools/event_log_visualizer/main.cc
diff --git a/webrtc/tools/event_log_visualizer/main.cc b/webrtc/rtc_tools/event_log_visualizer/main.cc
similarity index 97%
rename from webrtc/tools/event_log_visualizer/main.cc
rename to webrtc/rtc_tools/event_log_visualizer/main.cc
index 91d599f2b31e481798f922e4a8c1dce416cd2063..6ceeeec4e92d139c2ac60ab669bd3b50e8ea0f0d 100644
--- a/webrtc/tools/event_log_visualizer/main.cc
+++ b/webrtc/rtc_tools/event_log_visualizer/main.cc
@@ -12,11 +12,11 @@
#include "webrtc/base/flags.h"
#include "webrtc/logging/rtc_event_log/rtc_event_log_parser.h"
+#include "webrtc/rtc_tools/event_log_visualizer/analyzer.h"
+#include "webrtc/rtc_tools/event_log_visualizer/plot_base.h"
+#include "webrtc/rtc_tools/event_log_visualizer/plot_python.h"
#include "webrtc/test/field_trial.h"
#include "webrtc/test/testsupport/fileutils.h"
-#include "webrtc/tools/event_log_visualizer/analyzer.h"
-#include "webrtc/tools/event_log_visualizer/plot_base.h"
-#include "webrtc/tools/event_log_visualizer/plot_python.h"
DEFINE_bool(incoming, true, "Plot statistics for incoming packets.");
DEFINE_bool(outgoing, true, "Plot statistics for outgoing packets.");
« no previous file with comments | « webrtc/rtc_tools/event_log_visualizer/chart.proto ('k') | webrtc/rtc_tools/event_log_visualizer/plot_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698