diff options
Diffstat (limited to 'chrome/common/child_process_info.h')
-rw-r--r-- | chrome/common/child_process_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/child_process_info.h b/chrome/common/child_process_info.h index 5bf9f44..d79435f 100644 --- a/chrome/common/child_process_info.h +++ b/chrome/common/child_process_info.h @@ -82,7 +82,7 @@ class ChildProcessInfo { // Generates a unique channel name for a child renderer/plugin process. // The "instance" pointer value is baked into the channel id. - static std::wstring GenerateRandomChannelID(void* instance); + static std::string GenerateRandomChannelID(void* instance); protected: void set_type(ProcessType type) { type_ = type; } |