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

Unified Diff: webrtc/rtc_tools/frame_analyzer/reference_less_video_analysis_lib.h

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/reference_less_video_analysis_lib.h
diff --git a/webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.h b/webrtc/rtc_tools/frame_analyzer/reference_less_video_analysis_lib.h
similarity index 89%
rename from webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.h
rename to webrtc/rtc_tools/frame_analyzer/reference_less_video_analysis_lib.h
index 2fa0898c3242ac24d1deeb9552d5a17937cdc127..b50aa092507b3a33729657777dc303467eff852d 100644
--- a/webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.h
+++ b/webrtc/rtc_tools/frame_analyzer/reference_less_video_analysis_lib.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_TOOLS_FRAME_ANALYZER_REFERENCE_LESS_VIDEO_ANALYSIS_LIB_H_
-#define WEBRTC_TOOLS_FRAME_ANALYZER_REFERENCE_LESS_VIDEO_ANALYSIS_LIB_H_
+#ifndef WEBRTC_RTC_TOOLS_FRAME_ANALYZER_REFERENCE_LESS_VIDEO_ANALYSIS_LIB_H_
+#define WEBRTC_RTC_TOOLS_FRAME_ANALYZER_REFERENCE_LESS_VIDEO_ANALYSIS_LIB_H_
#include <string>
#include <vector>
@@ -47,4 +47,4 @@ bool check_file_extension(const std::string& video_file_name);
// for a list of video files.
int run_analysis(const std::string& video_file);
-#endif // WEBRTC_TOOLS_FRAME_ANALYZER_REFERENCE_LESS_VIDEO_ANALYSIS_LIB_H_
+#endif // WEBRTC_RTC_TOOLS_FRAME_ANALYZER_REFERENCE_LESS_VIDEO_ANALYSIS_LIB_H_

Powered by Google App Engine
This is Rietveld 408576698