From e9ba26d8303272f6a4a75b53ebf4b96ae8df05f6 Mon Sep 17 00:00:00 2001 From: "darin@google.com" Date: Thu, 21 Aug 2008 09:46:32 +0000 Subject: Port the Thread class properly to Mac and Linux. This involved porting PlatformThread and creating an API on PlatformThread to create a native thread and later join with it. I also made a few other tweaks to PlatformThread, such as eliminating the Current() method which appears to be unused. The operator==() is also unused, so I killed it as well. I made a few other miscellaneous cleanups and adjustments. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1146 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/default_plugin/plugin_install_job_monitor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit') diff --git a/webkit/default_plugin/plugin_install_job_monitor.h b/webkit/default_plugin/plugin_install_job_monitor.h index 64e104f..1d8c810 100644 --- a/webkit/default_plugin/plugin_install_job_monitor.h +++ b/webkit/default_plugin/plugin_install_job_monitor.h @@ -30,6 +30,8 @@ #ifndef WEBKIT_DEFAULT_PLUGIN_PLUGIN_INSTALL_JOB_MONITOR_H__ #define WEBKIT_DEFAULT_PLUGIN_PLUGIN_INSTALL_JOB_MONITOR_H__ +#include + #include "base/logging.h" #include "base/thread.h" -- cgit v1.1