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 |