Renamed enum in MediaStreamDeviceRequest
This commit is contained in:
parent
d204febecf
commit
18a75b5124
2 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ class TCPServerSocketFactory
|
|||
}
|
||||
|
||||
std::string address_;
|
||||
uint16 port_;
|
||||
uint16_t port_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(TCPServerSocketFactory);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue