commit | 8b06200802b0c155d112d4a5bf6da5dfb0c0cbec | [log] [tgz] |
---|---|---|
author | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Jul 12 08:28:10 2013 +0000 |
committer | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Jul 12 08:28:10 2013 +0000 |
tree | d538f46196f756d6767dc36a2ee937567d1c0f18 | |
parent | 0ed57c51a3807372d531737a4ef63b6af0bf1aa4 [diff] [blame] |
Include files from webrtc/.. paths in utility/. BUG=1662 R=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1786004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4336 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/utility/source/rtp_dump_impl.h b/webrtc/modules/utility/source/rtp_dump_impl.h index b14c597..04ae7df 100644 --- a/webrtc/modules/utility/source/rtp_dump_impl.h +++ b/webrtc/modules/utility/source/rtp_dump_impl.h
@@ -11,7 +11,7 @@ #ifndef WEBRTC_MODULES_UTILITY_SOURCE_RTP_DUMP_IMPL_H_ #define WEBRTC_MODULES_UTILITY_SOURCE_RTP_DUMP_IMPL_H_ -#include "rtp_dump.h" +#include "webrtc/modules/utility/interface/rtp_dump.h" namespace webrtc { class CriticalSectionWrapper;