diff options
Diffstat (limited to 'chrome_frame/custom_sync_call_context.h')
-rw-r--r-- | chrome_frame/custom_sync_call_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/custom_sync_call_context.h b/chrome_frame/custom_sync_call_context.h index 87eb075..9bdce87 100644 --- a/chrome_frame/custom_sync_call_context.h +++ b/chrome_frame/custom_sync_call_context.h @@ -65,7 +65,7 @@ class UnloadContext : public SyncMessageReplyDispatcher::SyncMessageCallContext { public: typedef Tuple1<bool> output_type; - explicit UnloadContext(base::WaitableEvent* unload_done, bool* should_unload) + UnloadContext(base::WaitableEvent* unload_done, bool* should_unload) : should_unload_(should_unload), unload_done_(unload_done) { } |