diff options
Diffstat (limited to 'content/shell/browser/shell_net_log.cc')
-rw-r--r-- | content/shell/browser/shell_net_log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_net_log.cc b/content/shell/browser/shell_net_log.cc index 97276d6..42a9a4b 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", |