Chromium Code Reviews| Index: chrome/browser/plugin_process_host.h |
| =================================================================== |
| --- chrome/browser/plugin_process_host.h (revision 5371) |
| +++ chrome/browser/plugin_process_host.h (working copy) |
| @@ -132,7 +132,7 @@ |
| std::vector<ChannelRequest> sent_requests_; |
| // The handle to our plugin process. |
| - Process process_; |
| + base::Process process_; |
| // Used to watch the plugin process handle. |
| base::ObjectWatcher watcher_; |