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

Unified Diff: chrome/browser/local_discovery/endpoint_resolver.cc

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 of 4. (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
« no previous file with comments | « chrome/browser/local_discovery/endpoint_resolver.h ('k') | chrome/browser/local_discovery/gcd_api_flow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/endpoint_resolver.cc
diff --git a/chrome/browser/local_discovery/endpoint_resolver.cc b/chrome/browser/local_discovery/endpoint_resolver.cc
index ad5f7c0e8f1e0c33d482a7e093970b45de9ec99e..e211f77125f2c7614cafb8b66407ecdd29fdd8c2 100644
--- a/chrome/browser/local_discovery/endpoint_resolver.cc
+++ b/chrome/browser/local_discovery/endpoint_resolver.cc
@@ -6,6 +6,7 @@
#include "base/command_line.h"
#include "base/debug/dump_without_crashing.h"
+#include "build/build_config.h"
#include "chrome/browser/local_discovery/service_discovery_shared_client.h"
#include "chrome/common/chrome_switches.h"
#include "net/base/ip_endpoint.h"
@@ -66,7 +67,7 @@ void EndpointResolver::Start(const net::HostPortPair& address,
}
void EndpointResolver::DomainResolveComplete(
- uint16 port,
+ uint16_t port,
const ResultCallback& callback,
bool success,
const net::IPAddressNumber& address_ipv4,
« no previous file with comments | « chrome/browser/local_discovery/endpoint_resolver.h ('k') | chrome/browser/local_discovery/gcd_api_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698