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

Unified Diff: webrtc/rtc_tools/frame_editing/frame_editing_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_editing/frame_editing_lib.h
diff --git a/webrtc/tools/frame_editing/frame_editing_lib.h b/webrtc/rtc_tools/frame_editing/frame_editing_lib.h
similarity index 89%
rename from webrtc/tools/frame_editing/frame_editing_lib.h
rename to webrtc/rtc_tools/frame_editing/frame_editing_lib.h
index 94595c43bbbc857485acbf77876c4981dd034312..26435a34dd1419cb2ff8bc743a9b44d841e1d79b 100644
--- a/webrtc/tools/frame_editing/frame_editing_lib.h
+++ b/webrtc/rtc_tools/frame_editing/frame_editing_lib.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_TOOLS_FRAME_EDITING_FRAME_EDITING_LIB_H_
-#define WEBRTC_TOOLS_FRAME_EDITING_FRAME_EDITING_LIB_H_
+#ifndef WEBRTC_RTC_TOOLS_FRAME_EDITING_FRAME_EDITING_LIB_H_
+#define WEBRTC_RTC_TOOLS_FRAME_EDITING_FRAME_EDITING_LIB_H_
#include <string>
@@ -36,4 +36,4 @@ int EditFrames(const std::string& in_path, int width, int height,
int last_frame_to_process, const std::string& out_path);
} // namespace webrtc
-#endif // WEBRTC_TOOLS_FRAME_EDITING_FRAME_EDITING_LIB_H_
+#endif // WEBRTC_RTC_TOOLS_FRAME_EDITING_FRAME_EDITING_LIB_H_
« no previous file with comments | « webrtc/rtc_tools/frame_editing/frame_editing.cc ('k') | webrtc/rtc_tools/frame_editing/frame_editing_lib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698