Index: webrtc/rtc_tools/frame_analyzer/video_quality_analysis.h |
diff --git a/webrtc/tools/frame_analyzer/video_quality_analysis.h b/webrtc/rtc_tools/frame_analyzer/video_quality_analysis.h |
similarity index 96% |
rename from webrtc/tools/frame_analyzer/video_quality_analysis.h |
rename to webrtc/rtc_tools/frame_analyzer/video_quality_analysis.h |
index b72ad9ab218d5530f5f2a9502125f684437cdccd..8d03faecab72c3ed6b66c6fa3f3e2bb2374deba0 100644 |
--- a/webrtc/tools/frame_analyzer/video_quality_analysis.h |
+++ b/webrtc/rtc_tools/frame_analyzer/video_quality_analysis.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_TOOLS_FRAME_ANALYZER_VIDEO_QUALITY_ANALYSIS_H_ |
-#define WEBRTC_TOOLS_FRAME_ANALYZER_VIDEO_QUALITY_ANALYSIS_H_ |
+#ifndef WEBRTC_RTC_TOOLS_FRAME_ANALYZER_VIDEO_QUALITY_ANALYSIS_H_ |
+#define WEBRTC_RTC_TOOLS_FRAME_ANALYZER_VIDEO_QUALITY_ANALYSIS_H_ |
#include <string> |
#include <vector> |
@@ -147,4 +147,4 @@ bool ExtractFrameFromY4mFile(const char* i420_file_name, |
} // namespace test |
} // namespace webrtc |
-#endif // WEBRTC_TOOLS_FRAME_ANALYZER_VIDEO_QUALITY_ANALYSIS_H_ |
+#endif // WEBRTC_RTC_TOOLS_FRAME_ANALYZER_VIDEO_QUALITY_ANALYSIS_H_ |