| Index: chromeos/system/name_value_pairs_parser.cc
|
| diff --git a/chromeos/system/name_value_pairs_parser.cc b/chromeos/system/name_value_pairs_parser.cc
|
| index bd565f7f315f3fc66c72246e13a0a7d7c517926c..2bf34b682f1b7d9fba88974fd1a3dacb023374d0 100644
|
| --- a/chromeos/system/name_value_pairs_parser.cc
|
| +++ b/chromeos/system/name_value_pairs_parser.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "chromeos/system/name_value_pairs_parser.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/command_line.h"
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
|
|