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

Unified Diff: webrtc/rtc_tools/converter/converter.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
« no previous file with comments | « webrtc/rtc_tools/compare_videos.py ('k') | webrtc/rtc_tools/converter/converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/converter/converter.h
diff --git a/webrtc/tools/converter/converter.h b/webrtc/rtc_tools/converter/converter.h
similarity index 95%
rename from webrtc/tools/converter/converter.h
rename to webrtc/rtc_tools/converter/converter.h
index f7641ff60d5be7569f8c3dc3cf9fa093dcef4416..2c19923283d57cb47323a334011e49ed39ed7352 100644
--- a/webrtc/tools/converter/converter.h
+++ b/webrtc/rtc_tools/converter/converter.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_TOOLS_CONVERTER_CONVERTER_H_
-#define WEBRTC_TOOLS_CONVERTER_CONVERTER_H_
+#ifndef WEBRTC_RTC_TOOLS_CONVERTER_CONVERTER_H_
+#define WEBRTC_RTC_TOOLS_CONVERTER_CONVERTER_H_
#include <string>
@@ -106,4 +106,4 @@ class Converter {
} // namespace test
} // namespace webrtc
-#endif // WEBRTC_TOOLS_CONVERTER_CONVERTER_H_
+#endif // WEBRTC_RTC_TOOLS_CONVERTER_CONVERTER_H_
« no previous file with comments | « webrtc/rtc_tools/compare_videos.py ('k') | webrtc/rtc_tools/converter/converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698