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

Unified Diff: webrtc/modules/video_coding/test/test_util.h

Issue 1417283007: modules/video_coding refactorings (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix the other copy of the mock include header Created 5 years, 1 month 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/modules/video_coding/test/subfigure.m ('k') | webrtc/modules/video_coding/test/test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/test/test_util.h
diff --git a/webrtc/modules/video_coding/main/test/test_util.h b/webrtc/modules/video_coding/test/test_util.h
similarity index 94%
rename from webrtc/modules/video_coding/main/test/test_util.h
rename to webrtc/modules/video_coding/test/test_util.h
index 68b2c23b777d7adce67e8069c87abc38940e16be..30f337d2bbbdf594fec4eea448d7bc161b4e19c0 100644
--- a/webrtc/modules/video_coding/main/test/test_util.h
+++ b/webrtc/modules/video_coding/test/test_util.h
@@ -19,7 +19,7 @@
#include "webrtc/base/constructormagic.h"
#include "webrtc/modules/include/module_common_types.h"
-#include "webrtc/modules/video_coding/main/interface/video_coding.h"
+#include "webrtc/modules/video_coding/include/video_coding.h"
#include "webrtc/system_wrappers/include/event_wrapper.h"
enum { kMaxNackListSize = 250 };
@@ -83,4 +83,4 @@ class CmdArgs {
std::string outputFile;
};
-#endif
+#endif // WEBRTC_MODULES_VIDEO_CODING_TEST_TEST_UTIL_H_
« no previous file with comments | « webrtc/modules/video_coding/test/subfigure.m ('k') | webrtc/modules/video_coding/test/test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698