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

Unified Diff: chrome/common/local_discovery/service_discovery_client.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.cc
diff --git a/chrome/common/local_discovery/service_discovery_client.cc b/chrome/common/local_discovery/service_discovery_client.cc
index 36faf6dbcfb87e1bc1fd375dac764ca4bff39a1b..7c903e534ecad8430e008afae41d702e81b191f0 100644
--- a/chrome/common/local_discovery/service_discovery_client.cc
+++ b/chrome/common/local_discovery/service_discovery_client.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
+
#include "chrome/common/local_discovery/service_discovery_client.h"
namespace local_discovery {

Powered by Google App Engine
This is Rietveld 408576698