| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index 17deb5e3514c2c904796a12c8cb9afd99a9fb095..faf85c7e3e35ed91956ee9d73cc8212315370421 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -27,9 +27,8 @@
|
| #include "base/win/scoped_handle.h"
|
| #endif
|
|
|
| -class CommandLine;
|
| -
|
| namespace base {
|
| +class CommandLine;
|
| class FilePath;
|
| }
|
|
|
| @@ -45,7 +44,7 @@ class PpapiThread : public ChildThread,
|
| public ppapi::proxy::PluginDispatcher::PluginDelegate,
|
| public ppapi::proxy::PluginProxyDelegate {
|
| public:
|
| - PpapiThread(const CommandLine& command_line, bool is_broker);
|
| + PpapiThread(const base::CommandLine& command_line, bool is_broker);
|
| virtual ~PpapiThread();
|
| virtual void Shutdown() OVERRIDE;
|
|
|
|
|