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

Unified Diff: chrome/browser/local_discovery/test_service_discovery_client.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
Index: chrome/browser/local_discovery/test_service_discovery_client.cc
diff --git a/chrome/browser/local_discovery/test_service_discovery_client.cc b/chrome/browser/local_discovery/test_service_discovery_client.cc
index eb175064b215184122b1f8d74b70cee6a563026e..477e45f8aad9c35013322b115dec86ad124384d4 100644
--- a/chrome/browser/local_discovery/test_service_discovery_client.cc
+++ b/chrome/browser/local_discovery/test_service_discovery_client.cc
@@ -53,7 +53,7 @@ TestServiceDiscoveryClient::CreateLocalDomainResolver(
domain, address_family, callback);
}
-void TestServiceDiscoveryClient::SimulateReceive(const uint8* packet,
+void TestServiceDiscoveryClient::SimulateReceive(const uint8_t* packet,
int size) {
mock_socket_factory_.SimulateReceive(packet, size);
}
« no previous file with comments | « chrome/browser/local_discovery/test_service_discovery_client.h ('k') | chrome/browser/locale_tests_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698