commit | 88fbb2d86b33a3886bba1af4d098efa2c19eb1e7 | [log] [tgz] |
---|---|---|
author | henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed May 21 21:18:46 2014 |
committer | henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed May 21 21:18:46 2014 |
tree | 3afa73de70fcdaecf336eb619d54ee87e1198c84 | |
parent | 99b4162ccf5bf1ab2f695849d4309f4db302c46a [diff] [blame] |
Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h. Same as https://webrtc-codereview.appspot.com/19519004. The issue in http://chromegw.corp.google.com/i/internal.chromium.webrtc.fyi/builders/Linux... is solved by this change http://src.chromium.org/viewvc/chrome/trunk/src/third_party/libjingle/libjing... (tested locally). BUG=3380 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17619005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6218 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/neteq4/neteq_impl.h b/webrtc/modules/audio_coding/neteq4/neteq_impl.h index b8139acf..9b155fe 100644 --- a/webrtc/modules/audio_coding/neteq4/neteq_impl.h +++ b/webrtc/modules/audio_coding/neteq4/neteq_impl.h
@@ -13,6 +13,7 @@ #include <vector> +#include "webrtc/base/constructormagic.h" #include "webrtc/modules/audio_coding/neteq4/audio_multi_vector.h" #include "webrtc/modules/audio_coding/neteq4/defines.h" #include "webrtc/modules/audio_coding/neteq4/interface/neteq.h" @@ -20,7 +21,6 @@ #include "webrtc/modules/audio_coding/neteq4/random_vector.h" #include "webrtc/modules/audio_coding/neteq4/rtcp.h" #include "webrtc/modules/audio_coding/neteq4/statistics_calculator.h" -#include "webrtc/system_wrappers/interface/constructor_magic.h" #include "webrtc/system_wrappers/interface/scoped_ptr.h" #include "webrtc/system_wrappers/interface/thread_annotations.h" #include "webrtc/typedefs.h"