diff options
Diffstat (limited to 'chrome/common/chrome_plugin_lib.cc')
-rw-r--r-- | chrome/common/chrome_plugin_lib.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_plugin_lib.cc b/chrome/common/chrome_plugin_lib.cc index ae8964d..642c623 100644 --- a/chrome/common/chrome_plugin_lib.cc +++ b/chrome/common/chrome_plugin_lib.cc @@ -18,6 +18,8 @@ #include "chrome/common/chrome_paths.h" #include "webkit/glue/plugins/plugin_list.h" +using base::TimeDelta; + const TCHAR ChromePluginLib::kRegistryChromePlugins[] = _T("Software\\Google\\Chrome\\Plugins"); static const TCHAR kRegistryLoadOnStartup[] = _T("LoadOnStartup"); |