Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10226)

Unified Diff: chromecast/browser/devtools/remote_debugging_server.h

Issue 722503002: Use uint16 for port numbers, misc edition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self-review Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromecast/browser/devtools/remote_debugging_server.cc » ('j') | media/cast/test/sender.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/devtools/remote_debugging_server.h
diff --git a/chromecast/browser/devtools/remote_debugging_server.h b/chromecast/browser/devtools/remote_debugging_server.h
index 3248bb77828658efd5eefb81513028a800f74f08..ab76ce326793797ee1a682a24bf537829d032989 100644
--- a/chromecast/browser/devtools/remote_debugging_server.h
+++ b/chromecast/browser/devtools/remote_debugging_server.h
@@ -30,7 +30,7 @@ class RemoteDebuggingServer {
content::DevToolsHttpHandler* devtools_http_handler_;
IntegerPrefMember pref_port_;
- int port_;
+ uint16 port_;
DISALLOW_COPY_AND_ASSIGN(RemoteDebuggingServer);
};
« no previous file with comments | « no previous file | chromecast/browser/devtools/remote_debugging_server.cc » ('j') | media/cast/test/sender.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698