| 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 {
|
|
|