9b9f1c45626f727bc1f646b1edb718064e719a8a

This reduces the types exported in webrtc proper, which can cause other issues (since it doesn't generally use webrtc/base/basictypes.h). basictypes.h integral types (e.g. uint8) have been replaced by the stdint counterparts (e.g. uint8_t), which matches general webrtc style. The include for common.h has been replaced by constructormagic.h, which was the only part used. BUG= R=pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/50859004 Cr-Commit-Position: refs/heads/master@{#9181}
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%