| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 6743d1b31a32683b2702885ac8e7323a6671e468..5337514658be73a65c7ed1ac470868d56c00735e 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.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/path_service.h"
|
| #include "base/test/test_timeouts.h"
|
| #include "base/win/windows_version.h"
|
|
|