| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index 6cd0eb0bcc7bc0910ef7917054607df6098d42b0..fa071df051e6f0c50947813c8c015c5fdfb1570e 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -22,6 +22,7 @@
|
| #include "ppapi/proxy/plugin_globals.h"
|
| #include "ppapi/proxy/plugin_proxy_delegate.h"
|
|
|
| +class CommandLine;
|
| class FilePath;
|
| class PpapiWebKitPlatformSupportImpl;
|
|
|
| @@ -33,7 +34,7 @@ class PpapiThread : public ChildThread,
|
| public ppapi::proxy::PluginDispatcher::PluginDelegate,
|
| public ppapi::proxy::PluginProxyDelegate {
|
| public:
|
| - explicit PpapiThread(bool is_broker);
|
| + PpapiThread(const CommandLine& command_line, bool is_broker);
|
| virtual ~PpapiThread();
|
|
|
| private:
|
|
|