// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_MEDIA_WV_TEST_LICENSE_SERVER_CONFIG_H_ #define CHROME_BROWSER_MEDIA_WV_TEST_LICENSE_SERVER_CONFIG_H_ #include <stdint.h> #include "chrome/browser/media/test_license_server_config.h" namespace base { class FilePath; } // License configuration to run the Widevine test license server. class WVTestLicenseServerConfig : public TestLicenseServerConfig { … }; #endif // CHROME_BROWSER_MEDIA_WV_TEST_LICENSE_SERVER_CONFIG_H_