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

Unified Diff: chrome/common/local_discovery/service_discovery_client_impl.cc

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/common/local_discovery/service_discovery_client_impl.cc
diff --git a/chrome/common/local_discovery/service_discovery_client_impl.cc b/chrome/common/local_discovery/service_discovery_client_impl.cc
index 733e1666f16dad36de74113aa653cf3a2ddfdc2e..7214c185c1330263353e2d0a8dd9a76922c9b23d 100644
--- a/chrome/common/local_discovery/service_discovery_client_impl.cc
+++ b/chrome/common/local_discovery/service_discovery_client_impl.cc
@@ -529,7 +529,7 @@ void LocalDomainResolverImpl::Start() {
}
scoped_ptr<net::MDnsTransaction> LocalDomainResolverImpl::CreateTransaction(
- uint16 type) {
+ uint16_t type) {
return mdns_client_->CreateTransaction(
type, domain_, net::MDnsTransaction::SINGLE_RESULT |
net::MDnsTransaction::QUERY_CACHE |

Powered by Google App Engine
This is Rietveld 408576698