Revert of Reland of crrev.com/1100173002 (Add a WinHeap dump provider to the memory...
[chromium-blink-merge.git] / media / base / video_capturer_source.cc
blobc1ebbe1dbff339455a2ef2e9b09efc95edfe79c1
1 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "media/base/video_capturer_source.h"
7 namespace media {
9 VideoCapturerSource::~VideoCapturerSource() {}
11 } // namespace media