| Index: chrome/browser/devtools/device/android_device_info_query.cc
 | 
| diff --git a/chrome/browser/devtools/device/android_device_info_query.cc b/chrome/browser/devtools/device/android_device_info_query.cc
 | 
| index cb6be0db696b9f90efb2b8566fb5ac73e999669a..5f8b10a7cc3a8a4d1f36a6f001ffab2453d1de4f 100644
 | 
| --- a/chrome/browser/devtools/device/android_device_info_query.cc
 | 
| +++ b/chrome/browser/devtools/device/android_device_info_query.cc
 | 
| @@ -2,6 +2,9 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
| +#include "base/macros.h"
 | 
|  #include "base/strings/string_number_conversions.h"
 | 
|  #include "base/strings/string_split.h"
 | 
|  #include "base/strings/string_util.h"
 | 
| 
 |