| Index: content/browser/devtools/protocol/tethering_handler.h
|
| diff --git a/content/browser/devtools/protocol/tethering_handler.h b/content/browser/devtools/protocol/tethering_handler.h
|
| index 21f1a9a27a6050371d5b606f7f5a1a7f7e389162..fc6b8e5067345e328dc0c6641146dfdb18052172 100644
|
| --- a/content/browser/devtools/protocol/tethering_handler.h
|
| +++ b/content/browser/devtools/protocol/tethering_handler.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CONTENT_BROWSER_DEVTOOLS_PROTOCOL_TETHERING_HANDLER_H_
|
| #define CONTENT_BROWSER_DEVTOOLS_PROTOCOL_TETHERING_HANDLER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/browser/devtools/protocol/devtools_protocol_dispatcher.h"
|
|
|
| @@ -35,7 +38,7 @@ class TetheringHandler {
|
| private:
|
| class TetheringImpl;
|
|
|
| - void Accepted(uint16 port, const std::string& name);
|
| + void Accepted(uint16_t port, const std::string& name);
|
| bool Activate();
|
|
|
| void SendBindSuccess(DevToolsCommandId command_id);
|
|
|