Fixes linker issue with no op trace.

BUG=N/A
R=henrikg@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1669004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4226 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org 2013-06-13 09:34:54 +00:00
parent a19333954d
commit d4ed1a3e2c

View File

@ -12,6 +12,10 @@
namespace webrtc { namespace webrtc {
const int Trace::kBoilerplateLength = 71;
const int Trace::kTimestampPosition = 13;
const int Trace::kTimestampLength = 12;
void Trace::CreateTrace() { void Trace::CreateTrace() {
} }