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

Unified Diff: webrtc/rtc_tools/frame_editing/frame_editing.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_editing/frame_editing.cc
diff --git a/webrtc/tools/frame_editing/frame_editing.cc b/webrtc/rtc_tools/frame_editing/frame_editing.cc
similarity index 97%
rename from webrtc/tools/frame_editing/frame_editing.cc
rename to webrtc/rtc_tools/frame_editing/frame_editing.cc
index 015d5d99ae5d72bd53298542923ac173703a2841..9030674c015d26b6bbf8283cc46a90be3ab9a6c8 100644
--- a/webrtc/tools/frame_editing/frame_editing.cc
+++ b/webrtc/rtc_tools/frame_editing/frame_editing.cc
@@ -8,13 +8,13 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/tools/frame_editing/frame_editing_lib.h"
+#include "webrtc/rtc_tools/frame_editing/frame_editing_lib.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "webrtc/tools/simple_command_line_parser.h"
+#include "webrtc/rtc_tools/simple_command_line_parser.h"
// A command-line tool to edit a YUV-video (I420 sub-sampled).
int main(int argc, char** argv) {
« no previous file with comments | « webrtc/rtc_tools/frame_analyzer/video_quality_analysis_unittest.cc ('k') | webrtc/rtc_tools/frame_editing/frame_editing_lib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698