Chromium Code Reviews| Index: runtime/bin/eventhandler_win.h |
| diff --git a/runtime/bin/eventhandler_win.h b/runtime/bin/eventhandler_win.h |
| index 9bb0610959c92877c20eb45f8767cfff9024d68a..73e89174f0dab590ded31d4b57348c699ae5267e 100644 |
| --- a/runtime/bin/eventhandler_win.h |
| +++ b/runtime/bin/eventhandler_win.h |
| @@ -251,6 +251,7 @@ class FileHandle : public Handle { |
| virtual void EnsureInitialized(EventHandlerImplementation* event_handler); |
| virtual bool IsClosed(); |
| + virtual void DoClose(); |
| }; |