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

Unified Diff: chrome/browser/devtools/browser_list_tabcontents_provider.h

Issue 716223002: Use uint16 for port numbers, chrome/ 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
Index: chrome/browser/devtools/browser_list_tabcontents_provider.h
diff --git a/chrome/browser/devtools/browser_list_tabcontents_provider.h b/chrome/browser/devtools/browser_list_tabcontents_provider.h
index bbcd18f9ea24d08c232d96f6944fc0637aa7aaaa..d020838ad282a6b61bd29b0d567b50b49ef028eb 100644
--- a/chrome/browser/devtools/browser_list_tabcontents_provider.h
+++ b/chrome/browser/devtools/browser_list_tabcontents_provider.h
@@ -31,7 +31,7 @@ class BrowserListTabContentsProvider
private:
chrome::HostDesktopType host_desktop_type_;
- int last_tethering_port_;
+ uint16 last_tethering_port_;
DISALLOW_COPY_AND_ASSIGN(BrowserListTabContentsProvider);
};

Powered by Google App Engine
This is Rietveld 408576698