Remove an useless ifndef NDEBUG in video_capture_types.cc
Let's let the compiler do its job :). As mentionned in https://codereview.chromium.org/532533002/ this preprocessor precondition is useless as the linker will removed the unreferenced code anyway, and this break the PGO build. TBR=magjed, tommi NOTRY=true Review URL: https://codereview.chromium.org/546043003 Cr-Commit-Position: refs/heads/master@{#293667}
Showing
Please register or sign in to comment