Index: ppapi/tests/test_flash.cc |
diff --git a/ppapi/tests/test_flash.cc b/ppapi/tests/test_flash.cc |
index 9f666a8f36144ff2d03b59c1e0db3df1ca660422..d4291f06b942891bde62d9edb059952e8bf329c2 100644 |
--- a/ppapi/tests/test_flash.cc |
+++ b/ppapi/tests/test_flash.cc |
@@ -6,6 +6,7 @@ |
#include "ppapi/c/pp_macros.h" |
#include "ppapi/c/private/ppb_flash.h" |
+#include "ppapi/cpp/completion_callback.h" |
noelallen1
2012/01/03 23:44:34
completion_callback_factory?
I think this compile
|
#include "ppapi/cpp/instance.h" |
#include "ppapi/cpp/module.h" |
#include "ppapi/cpp/var.h" |