diff options
Diffstat (limited to 'chrome/common/child_thread.h')
-rw-r--r-- | chrome/common/child_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/child_thread.h b/chrome/common/child_thread.h index 91ea9b7..afcd803 100644 --- a/chrome/common/child_thread.h +++ b/chrome/common/child_thread.h @@ -20,7 +20,7 @@ class ChildThread : public IPC::Channel::Listener, // Creates the thread. ChildThread(); // Used for single-process mode. - ChildThread(const std::string channel_name); + ChildThread(const std::string& channel_name); virtual ~ChildThread(); // IPC::Message::Sender implementation: |