| Index: chrome/common/child_process_logging_posix.cc
|
| diff --git a/chrome/common/child_process_logging_posix.cc b/chrome/common/child_process_logging_posix.cc
|
| index 1690cd55bfb01dd82e4ee9820949c1b86dac6042..496103eda8f94b172de6622629cb2f03f05f88b2 100644
|
| --- a/chrome/common/child_process_logging_posix.cc
|
| +++ b/chrome/common/child_process_logging_posix.cc
|
| @@ -66,7 +66,7 @@ void SetActiveURL(const GURL& url) {
|
|
|
| void SetClientId(const std::string& client_id) {
|
| std::string str(client_id);
|
| - ReplaceSubstringsAfterOffset(&str, 0, "-", "");
|
| + ReplaceSubstringsAfterOffset(&str, 0, "-", std::string());
|
|
|
| if (str.empty())
|
| return;
|
|
|