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

Unified Diff: webrtc/modules/video_coding/packet.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/nack_fec_tables.h ('k') | webrtc/modules/video_coding/packet.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/packet.h
diff --git a/webrtc/modules/video_coding/main/source/packet.h b/webrtc/modules/video_coding/packet.h
similarity index 96%
rename from webrtc/modules/video_coding/main/source/packet.h
rename to webrtc/modules/video_coding/packet.h
index 040cc88e72e3ee2344bab18be3c5fb468a11d4ae..9f00e8ef38ca7b3633267169f22444cc6ba38391 100644
--- a/webrtc/modules/video_coding/main/source/packet.h
+++ b/webrtc/modules/video_coding/packet.h
@@ -12,7 +12,7 @@
#define WEBRTC_MODULES_VIDEO_CODING_PACKET_H_
#include "webrtc/modules/include/module_common_types.h"
-#include "webrtc/modules/video_coding/main/source/jitter_buffer_common.h"
+#include "webrtc/modules/video_coding/jitter_buffer_common.h"
#include "webrtc/typedefs.h"
namespace webrtc {
« no previous file with comments | « webrtc/modules/video_coding/nack_fec_tables.h ('k') | webrtc/modules/video_coding/packet.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698