| Index: chrome/renderer/render_thread.h
|
| diff --git a/chrome/renderer/render_thread.h b/chrome/renderer/render_thread.h
|
| index d7f15a1a836359b52057276f61418052168712ed..aadeafc6d6619d853cb0053b3c1097fa56bbdc47 100644
|
| --- a/chrome/renderer/render_thread.h
|
| +++ b/chrome/renderer/render_thread.h
|
| @@ -80,7 +80,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
|
|
|