Fixing VPMUnitTest compilation error on Windows.

It tried to include Visual Leak Detector which is not a tool that is installed/configured by default in the build.

Review URL: http://webrtc-codereview.appspot.com/257002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@854 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2011-11-01 01:51:10 +00:00
parent b37c628ae4
commit d6837709cf

View File

@ -12,15 +12,7 @@
#include "trace.h"
#include "tick_util.h"
#ifdef WIN32
#include <vld.h> // Visual Leak Detector
#endif
#ifdef WIN32
#pragma message("Using Google C++ Testing Framework")
#endif
using namespace webrtc;
using webrtc::Trace;
void TestSize(VideoFrame& sourceFrame, WebRtc_UWord32 targetWidth, WebRtc_UWord32 targetHeight,
WebRtc_UWord32 mode, VideoProcessingModule *vpm);