diff options
Diffstat (limited to 'chrome/renderer/render_thread.h')
-rw-r--r-- | chrome/renderer/render_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/render_thread.h b/chrome/renderer/render_thread.h index bca3ea6..44dc6ab 100644 --- a/chrome/renderer/render_thread.h +++ b/chrome/renderer/render_thread.h @@ -81,7 +81,7 @@ class RenderThread : public RenderThreadBase, // Grabs the IPC channel name from the command line. RenderThread(); // Constructor that's used when running in single process mode. - RenderThread(const std::string& channel_name); + explicit RenderThread(const std::string& channel_name); virtual ~RenderThread(); // Returns the one render thread for this process. Note that this should only |