Index: remoting/client/plugin/pepper_plugin_thread_delegate.h |
diff --git a/remoting/client/plugin/pepper_plugin_thread_delegate.h b/remoting/client/plugin/pepper_plugin_thread_delegate.h |
index a111e6d690731c95c63028593682e5b53dfec8c8..721895c60bbaf2f44f6300d14df13244a850002f 100644 |
--- a/remoting/client/plugin/pepper_plugin_thread_delegate.h |
+++ b/remoting/client/plugin/pepper_plugin_thread_delegate.h |
@@ -26,7 +26,7 @@ class PepperPluginThreadDelegate : public PluginMessageLoopProxy::Delegate { |
virtual ~PepperPluginThreadDelegate(); |
virtual bool RunOnPluginThread( |
- int delay_ms, void(CDECL function)(void*), void* data) OVERRIDE; |
+ base::TimeDelta delay, void(CDECL function)(void*), void* data) OVERRIDE; |
private: |
pp::Core* core_; |