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_ |