| Index: ppapi/examples/file_chooser/file_chooser.cc
|
| diff --git a/ppapi/examples/file_chooser/file_chooser.cc b/ppapi/examples/file_chooser/file_chooser.cc
|
| index 8c2e6750578ad76a990659fbd5c0c56df316f67b..136ff31fb54beb7ae84cb19a2d3e1d1c84da070d 100644
|
| --- a/ppapi/examples/file_chooser/file_chooser.cc
|
| +++ b/ppapi/examples/file_chooser/file_chooser.cc
|
| @@ -11,6 +11,7 @@
|
| #include "ppapi/cpp/module.h"
|
| #include "ppapi/cpp/private/instance_private.h"
|
| #include "ppapi/cpp/private/var_private.h"
|
| +#include "ppapi/utility/completion_callback_factory.h"
|
|
|
| class MyInstance : public pp::InstancePrivate {
|
| public:
|
|
|