| Index: chrome/browser/enumerate_modules_model_unittest_win.cc
|
| diff --git a/chrome/browser/enumerate_modules_model_unittest_win.cc b/chrome/browser/enumerate_modules_model_unittest_win.cc
|
| index 3be0ecd708c3d0e32a39c0ec5f083fbec3445e30..6f084d543f65ca4256f5dd35a02ff3d1a8064b8a 100644
|
| --- a/chrome/browser/enumerate_modules_model_unittest_win.cc
|
| +++ b/chrome/browser/enumerate_modules_model_unittest_win.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_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|