Index: sky/tools/debugger/prompt/prompt.cc |
diff --git a/sky/tools/debugger/prompt/prompt.cc b/sky/tools/debugger/prompt/prompt.cc |
index 58c2e240eec8b9255b6ccbe741983e77be336648..e31233646fc425d13dc37ae15af43e14869b2a3a 100644 |
--- a/sky/tools/debugger/prompt/prompt.cc |
+++ b/sky/tools/debugger/prompt/prompt.cc |
@@ -156,7 +156,7 @@ class Prompt : public mojo::ApplicationDelegate, public net::HttpServer::Delegat |
std::string url_; |
base::WeakPtrFactory<Prompt> weak_ptr_factory_; |
scoped_ptr<net::HttpServer> web_server_; |
- unsigned command_port_; |
+ uint32_t command_port_; |
eseidel
2015/01/09 22:58:50
This was to answer an earlier complaint from james
|
DISALLOW_COPY_AND_ASSIGN(Prompt); |
}; |