| Index: chrome_frame/custom_sync_call_context.h
|
| diff --git a/chrome_frame/custom_sync_call_context.h b/chrome_frame/custom_sync_call_context.h
|
| index 87eb07562ef02c1cd5c2836138659bbe0c23ca8e..9bdce8710a1b0667c5c40e5f987fdc2dcec44436 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) {
|
| }
|
|
|