| Index: webrtc/tools/frame_editing/frame_editing_lib.h
|
| diff --git a/webrtc/tools/frame_editing/frame_editing_lib.h b/webrtc/tools/frame_editing/frame_editing_lib.h
|
| index 245d60f3760b60afa6e4038c6bf6960cd27f405f..94595c43bbbc857485acbf77876c4981dd034312 100644
|
| --- a/webrtc/tools/frame_editing/frame_editing_lib.h
|
| +++ b/webrtc/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_H_
|
| -#define WEBRTC_TOOLS_FRAME_EDITING_FRAME_EDITING_H_
|
| +#ifndef WEBRTC_TOOLS_FRAME_EDITING_FRAME_EDITING_LIB_H_
|
| +#define WEBRTC_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_H_
|
| +#endif // WEBRTC_TOOLS_FRAME_EDITING_FRAME_EDITING_LIB_H_
|
|
|