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

Unified Diff: webrtc/rtc_tools/frame_analyzer/frame_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
Index: webrtc/rtc_tools/frame_analyzer/frame_analyzer.cc
diff --git a/webrtc/tools/frame_analyzer/frame_analyzer.cc b/webrtc/rtc_tools/frame_analyzer/frame_analyzer.cc
similarity index 97%
rename from webrtc/tools/frame_analyzer/frame_analyzer.cc
rename to webrtc/rtc_tools/frame_analyzer/frame_analyzer.cc
index 0a3be1939ec7eec33c09122b49a6260b8e7cdf71..4af3389422067acbe1b9a0f785d9d5b0fa8f67ff 100644
--- a/webrtc/tools/frame_analyzer/frame_analyzer.cc
+++ b/webrtc/rtc_tools/frame_analyzer/frame_analyzer.cc
@@ -15,8 +15,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"
/*
* A command line tool running PSNR and SSIM on a reference video and a test

Powered by Google App Engine
This is Rietveld 408576698