// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_BASE_PLATFORM_MIME_UTIL_H_ #define NET_BASE_PLATFORM_MIME_UTIL_H_ #include <string> #include <unordered_set> #include "base/files/file_path.h" namespace net { // Encapsulates the platform-specific functionality in mime_util. class PlatformMimeUtil { … }; } // namespace net #endif // NET_BASE_PLATFORM_MIME_UTIL_H_