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

Unified Diff: webrtc/rtc_tools/frame_analyzer/video_quality_analysis.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/video_quality_analysis.cc
diff --git a/webrtc/tools/frame_analyzer/video_quality_analysis.cc b/webrtc/rtc_tools/frame_analyzer/video_quality_analysis.cc
similarity index 99%
rename from webrtc/tools/frame_analyzer/video_quality_analysis.cc
rename to webrtc/rtc_tools/frame_analyzer/video_quality_analysis.cc
index c8aa71af8e66e7673d08de098d7509ec6f8619af..2d8376c26f424039c5c58ebfea60703d365993ff 100644
--- a/webrtc/tools/frame_analyzer/video_quality_analysis.cc
+++ b/webrtc/rtc_tools/frame_analyzer/video_quality_analysis.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/tools/frame_analyzer/video_quality_analysis.h"
+#include "webrtc/rtc_tools/frame_analyzer/video_quality_analysis.h"
#include <assert.h>
#include <stdio.h>

Powered by Google App Engine
This is Rietveld 408576698