bee164a2147c315f442ec1b7554966cb275a6d69

Also changes the name of a variable which has been hijacked by windef.h (included by windows.h), which forces #define near and #define far upon us. This issue was introduced via the following inclusion chain: bwe_test_framework_unittest.cc includes paced_sender.h tick_util.h windows.h windef.h And causes EXPECT_NEAR(foo, bar, near); to expand to EXPECT_NEAR(foo, bar,); generating a very confusing compile error. R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/20849004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6606 4adac7df-926f-26a2-2b94-8c16560cd09d
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%