diff options
Diffstat (limited to 'chrome/browser/chrome_plugin_host.cc')
-rw-r--r-- | chrome/browser/chrome_plugin_host.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/chrome_plugin_host.cc b/chrome/browser/chrome_plugin_host.cc index f96a8da..1c7af93 100644 --- a/chrome/browser/chrome_plugin_host.cc +++ b/chrome/browser/chrome_plugin_host.cc @@ -40,6 +40,8 @@ #include "net/base/base64.h" #include "skia/include/SkBitmap.h" +using base::TimeDelta; + // This class manages the interception of network requests. It queries the // plugin on every request, and creates an intercept job if the plugin can // intercept the request. @@ -755,4 +757,3 @@ void CPHandleCommand(int command, CPCommandInterface* data, NewRunnableFunction(PluginCommandHandler::HandleCommand, command, data, context_as_int32)); } - |