// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/capture/video_capture_types.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/size.h" namespace media { namespace { SuggestedConstraints; void ExpectEqualConstraints(const SuggestedConstraints& a, const SuggestedConstraints& b) { … } } // namespace TEST(VideoCaptureTypesTest, SuggestsConstraints) { … } } // namespace media