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

Unified Diff: webrtc/rtc_tools/psnr_ssim_analyzer/psnr_ssim_analyzer.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
« no previous file with comments | « webrtc/rtc_tools/network_tester/test_controller.cc ('k') | webrtc/rtc_tools/py_event_log_analyzer/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/psnr_ssim_analyzer/psnr_ssim_analyzer.cc
diff --git a/webrtc/tools/psnr_ssim_analyzer/psnr_ssim_analyzer.cc b/webrtc/rtc_tools/psnr_ssim_analyzer/psnr_ssim_analyzer.cc
similarity index 97%
rename from webrtc/tools/psnr_ssim_analyzer/psnr_ssim_analyzer.cc
rename to webrtc/rtc_tools/psnr_ssim_analyzer/psnr_ssim_analyzer.cc
index 737661c3df0838ddb6d73653f2ccd7d42b1a4219..b20875ad51e128d10eb48df584254a2f75dae4e8 100644
--- a/webrtc/tools/psnr_ssim_analyzer/psnr_ssim_analyzer.cc
+++ b/webrtc/rtc_tools/psnr_ssim_analyzer/psnr_ssim_analyzer.cc
@@ -16,8 +16,8 @@
#include <string>
#include <vector>
-#include "webrtc/tools/frame_analyzer/video_quality_analysis.h"
-#include "webrtc/tools/simple_command_line_parser.h"
+#include "webrtc/rtc_tools/frame_analyzer/video_quality_analysis.h"
+#include "webrtc/rtc_tools/simple_command_line_parser.h"
#define MAX_NUM_FRAMES_PER_FILE INT_MAX
« no previous file with comments | « webrtc/rtc_tools/network_tester/test_controller.cc ('k') | webrtc/rtc_tools/py_event_log_analyzer/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698