summaryrefslogtreecommitdiffstats
path: root/ceee/ie
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-27 20:40:31 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-27 20:40:31 +0000
commitc0528f5013e9039d699dba6682bce248672d3937 (patch)
tree4ce4cbeca23d7f93a959c0f66478a9fc522697bc /ceee/ie
parent50bd645cfa2824a22f98096cb6a66bbd7cf757f4 (diff)
downloadchromium_src-c0528f5013e9039d699dba6682bce248672d3937.zip
chromium_src-c0528f5013e9039d699dba6682bce248672d3937.tar.gz
chromium_src-c0528f5013e9039d699dba6682bce248672d3937.tar.bz2
Commit for siggi, original http://codereview.chromium.org/5385004/
Review URL: http://codereview.chromium.org/5385004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67496 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee/ie')
-rw-r--r--ceee/ie/plugin/toolband/toolband_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ceee/ie/plugin/toolband/toolband_proxy.cc b/ceee/ie/plugin/toolband/toolband_proxy.cc
index 7c1d2f1..a228cda 100644
--- a/ceee/ie/plugin/toolband/toolband_proxy.cc
+++ b/ceee/ie/plugin/toolband/toolband_proxy.cc
@@ -48,7 +48,7 @@ void CheckAsyncIidRegistered(const IID& iid, const IID& async_iid) {
bool success = com::GuidToString(iid, &iid_str);
DCHECK(success);
std::wstring key_name = base::StringPrintf(
- L"Interface\\%ls\\AsynchronousInterface", iid_str);
+ L"Interface\\%ls\\AsynchronousInterface", iid_str.c_str());
base::win::RegKey key;
if (key.Open(HKEY_CLASSES_ROOT, key_name.c_str(), KEY_READ)) {