| Index: ppapi/thunk/ppb_browser_font_trusted_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_browser_font_trusted_thunk.cc b/ppapi/thunk/ppb_browser_font_trusted_thunk.cc
|
| index db39982d52f801adfe2c9fc2cca246ff984d36ff..ad1d01775b89b47b19d64c89b450e611a665eafe 100644
|
| --- a/ppapi/thunk/ppb_browser_font_trusted_thunk.cc
|
| +++ b/ppapi/thunk/ppb_browser_font_trusted_thunk.cc
|
| @@ -2,11 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ppapi/thunk/thunk.h"
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/thunk/enter.h"
|
| #include "ppapi/thunk/ppb_browser_font_singleton_api.h"
|
| #include "ppapi/thunk/ppb_browser_font_trusted_api.h"
|
| #include "ppapi/thunk/resource_creation_api.h"
|
| +#include "ppapi/thunk/thunk.h"
|
|
|
| namespace ppapi {
|
| namespace thunk {
|
|
|