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

Unified Diff: webrtc/rtc_tools/converter/rgba_to_i420_converter.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
« no previous file with comments | « webrtc/rtc_tools/converter/converter.cc ('k') | webrtc/rtc_tools/event_log_visualizer/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/converter/rgba_to_i420_converter.cc
diff --git a/webrtc/tools/converter/rgba_to_i420_converter.cc b/webrtc/rtc_tools/converter/rgba_to_i420_converter.cc
similarity index 96%
rename from webrtc/tools/converter/rgba_to_i420_converter.cc
rename to webrtc/rtc_tools/converter/rgba_to_i420_converter.cc
index 6b1056fae4cb3b4dc6bc45c0172e16db11ba8aa8..723893e6dbc54183b33ae7bc5ceae279ac0dba78 100644
--- a/webrtc/tools/converter/rgba_to_i420_converter.cc
+++ b/webrtc/rtc_tools/converter/rgba_to_i420_converter.cc
@@ -15,8 +15,8 @@
#include <string>
#include <vector>
-#include "webrtc/tools/converter/converter.h"
-#include "webrtc/tools/simple_command_line_parser.h"
+#include "webrtc/rtc_tools/converter/converter.h"
+#include "webrtc/rtc_tools/simple_command_line_parser.h"
/*
* A command-line tool based on libyuv to convert a set of RGBA files to a YUV
« no previous file with comments | « webrtc/rtc_tools/converter/converter.cc ('k') | webrtc/rtc_tools/event_log_visualizer/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698