Index: webrtc/modules/video_coding/utility/mock/mock_frame_dropper.h |
diff --git a/webrtc/modules/video_coding/utility/include/mock/mock_frame_dropper.h b/webrtc/modules/video_coding/utility/mock/mock_frame_dropper.h |
similarity index 76% |
rename from webrtc/modules/video_coding/utility/include/mock/mock_frame_dropper.h |
rename to webrtc/modules/video_coding/utility/mock/mock_frame_dropper.h |
index 1e31e5442afb6bb388e4dbe18ced66c665418a1c..dee00ba0b5a96f0d6bcb3e4558438f839a945140 100644 |
--- a/webrtc/modules/video_coding/utility/include/mock/mock_frame_dropper.h |
+++ b/webrtc/modules/video_coding/utility/mock/mock_frame_dropper.h |
@@ -7,13 +7,13 @@ |
* in the file PATENTS. All contributing project authors may |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_VIDEO_CODING_UTILITY_INCLUDE_MOCK_MOCK_FRAME_DROPPER_H_ |
-#define WEBRTC_MODULES_VIDEO_CODING_UTILITY_INCLUDE_MOCK_MOCK_FRAME_DROPPER_H_ |
+#ifndef WEBRTC_MODULES_VIDEO_CODING_UTILITY_MOCK_MOCK_FRAME_DROPPER_H_ |
+#define WEBRTC_MODULES_VIDEO_CODING_UTILITY_MOCK_MOCK_FRAME_DROPPER_H_ |
#include <string> |
#include "testing/gmock/include/gmock/gmock.h" |
-#include "webrtc/modules/video_coding/utility/include/frame_dropper.h" |
+#include "webrtc/modules/video_coding/utility/frame_dropper.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |
@@ -38,4 +38,4 @@ class MockFrameDropper : public FrameDropper { |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_CODING_UTILITY_INCLUDE_MOCK_MOCK_FRAME_DROPPER_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CODING_UTILITY_MOCK_MOCK_FRAME_DROPPER_H_ |