Index: remoting/host/linux/x11_util.h |
diff --git a/remoting/host/linux/x11_util.h b/remoting/host/linux/x11_util.h |
index 03d382141bdca2a06ff0ac1c9236ac25f50a0e46..8524b0427397ab09bc15bcfbb6fb0fa33a6d8173 100644 |
--- a/remoting/host/linux/x11_util.h |
+++ b/remoting/host/linux/x11_util.h |
@@ -49,7 +49,7 @@ class ScopedXErrorHandler { |
// conditions that would otherwise lead to X errors. |
class ScopedXGrabServer { |
public: |
- ScopedXGrabServer(Display* display); |
+ explicit ScopedXGrabServer(Display* display); |
~ScopedXGrabServer(); |
private: |