| Index: ppapi/proxy/device_enumeration_resource_helper_unittest.cc
|
| diff --git a/ppapi/proxy/device_enumeration_resource_helper_unittest.cc b/ppapi/proxy/device_enumeration_resource_helper_unittest.cc
|
| index 32bc68a0dde8d4332cdbb28a2cfbe6987a0ec10f..288942f0e016a9dcb6642fb0b884d7626abf9d59 100644
|
| --- a/ppapi/proxy/device_enumeration_resource_helper_unittest.cc
|
| +++ b/ppapi/proxy/device_enumeration_resource_helper_unittest.cc
|
| @@ -2,8 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/proxy/connection.h"
|
| #include "ppapi/proxy/device_enumeration_resource_helper.h"
|
|
|