| Index: chrome/browser/media/wv_test_license_server_config.h
|
| diff --git a/chrome/browser/media/wv_test_license_server_config.h b/chrome/browser/media/wv_test_license_server_config.h
|
| index f7901bd34d367c3af33c52324e3d151a92d798d2..7b36e43ff10ee71af08dbd4d75115504995ea382 100644
|
| --- a/chrome/browser/media/wv_test_license_server_config.h
|
| +++ b/chrome/browser/media/wv_test_license_server_config.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CHROME_BROWSER_MEDIA_WV_TEST_LICENSE_SERVER_CONFIG_H_
|
| #define CHROME_BROWSER_MEDIA_WV_TEST_LICENSE_SERVER_CONFIG_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "chrome/browser/media/test_license_server_config.h"
|
|
|
| // License configuration to run the Widevine test license server.
|
| @@ -21,7 +24,7 @@ class WVTestLicenseServerConfig : public TestLicenseServerConfig {
|
|
|
| private:
|
| // Server port. The port value should be set by calling SelectServerPort().
|
| - uint16 port_;
|
| + uint16_t port_;
|
|
|
| // Retrieves the path for the WV license server root:
|
| // third_party/widevine/test/license_server/
|
|
|