summaryrefslogtreecommitdiffstats
path: root/content/common/child_process.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 20:50:48 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 20:50:48 +0000
commit75fcc27b00efe3c6b20e5becf349235c9ef11af9 (patch)
tree0bb91d23811306f835b519a6393cd0223b303cc0 /content/common/child_process.h
parent9295054a96d747feaf1f6f43b85df78e6724b37e (diff)
downloadchromium_src-75fcc27b00efe3c6b20e5becf349235c9ef11af9.zip
chromium_src-75fcc27b00efe3c6b20e5becf349235c9ef11af9.tar.gz
chromium_src-75fcc27b00efe3c6b20e5becf349235c9ef11af9.tar.bz2
Fix wstrings in content/common.
BUG=23581 TEST=none Review URL: http://codereview.chromium.org/6635046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/child_process.h')
-rw-r--r--content/common/child_process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/child_process.h b/content/common/child_process.h
index e8fbd00..518314d 100644
--- a/content/common/child_process.h
+++ b/content/common/child_process.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -48,7 +48,7 @@ class ChildProcess {
// Getter for the one ChildProcess object for this process.
static ChildProcess* current() { return child_process_; }
- static void WaitForDebugger(const std::wstring& label);
+ static void WaitForDebugger(const std::string& label);
private:
int ref_count_;