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

Unified Diff: chrome/renderer/render_thread.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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 | « chrome/renderer/plugin_channel_host.h ('k') | chrome/renderer/renderer_histogram_snapshots.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/renderer/plugin_channel_host.h ('k') | chrome/renderer/renderer_histogram_snapshots.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698