| Index: content/shell/browser/shell_net_log.cc
|
| diff --git a/content/shell/browser/shell_net_log.cc b/content/shell/browser/shell_net_log.cc
|
| index 97276d67300dda561133dd234d57e2cd1fc840d6..42a9a4bcf85e2ae483b8dc4913df577701fbcbcb 100644
|
| --- a/content/shell/browser/shell_net_log.cc
|
| +++ b/content/shell/browser/shell_net_log.cc
|
| @@ -20,7 +20,7 @@ base::DictionaryValue* GetShellConstants() {
|
| base::DictionaryValue* constants_dict = net::NetLogLogger::GetConstants();
|
|
|
| // Add a dictionary with client information
|
| - base::DictionaryValue* dict = new DictionaryValue();
|
| + base::DictionaryValue* dict = new base::DictionaryValue();
|
|
|
| dict->SetString("name", "content_shell");
|
| dict->SetString("command_line",
|
|
|