// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/public/common/mime_util/mime_util.h" #include "build/build_config.h" #include "media/media_buildflags.h" #include "net/base/mime_util.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/common/buildflags.h" namespace blink { TEST(MimeUtilTest, LookupTypes) { … } } // namespace blink