Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: remoting/host/linux/x11_util.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/linux/audio_pipe_reader.h ('k') | remoting/host/log_to_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « remoting/host/linux/audio_pipe_reader.h ('k') | remoting/host/log_to_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698