Index: mojo/edk/system/child_broker_host.h |
diff --git a/mojo/edk/system/child_broker_host.h b/mojo/edk/system/child_broker_host.h |
index 4ec5f910d1f2f128d8643e2319ef023d57d91bf6..0f3766e2c4ebac1c672b0d609085f4ecbf288ad9 100644 |
--- a/mojo/edk/system/child_broker_host.h |
+++ b/mojo/edk/system/child_broker_host.h |
@@ -34,7 +34,11 @@ class MOJO_SYSTEM_IMPL_EXPORT ChildBrokerHost |
ChildBrokerHost(base::ProcessHandle child_process, ScopedPlatformHandle pipe); |
private: |
+#if defined(OS_WIN) |
+ ~ChildBrokerHost() override; |
+#else |
virtual ~ChildBrokerHost(); |
jam
2015/11/25 22:03:47
no need for virtual actually
|
+#endif |
void RegisterIOHandler(); |
void BeginRead(); |