| Index: ppapi/proxy/file_system_resource_unittest.cc
|
| diff --git a/ppapi/proxy/file_system_resource_unittest.cc b/ppapi/proxy/file_system_resource_unittest.cc
|
| index 9b5d981242dd92a9c159d4f612c7e0f79e226d4c..d8917ceb4bc7e3151a626fb1a952813ad139733e 100644
|
| --- a/ppapi/proxy/file_system_resource_unittest.cc
|
| +++ b/ppapi/proxy/file_system_resource_unittest.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/message_loop/message_loop.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/ppb_file_io.h"
|
|
|