Chromium Code Reviews| Index: chrome/common/child_thread.cc |
| =================================================================== |
| --- chrome/common/child_thread.cc (revision 10992) |
| +++ chrome/common/child_thread.cc (working copy) |
| @@ -24,7 +24,8 @@ |
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserAgent)) { |
| webkit_glue::SetUserAgent(WideToUTF8( |
| - CommandLine::ForCurrentProcess()->GetSwitchValue(switches::kUserAgent))); |
| + CommandLine::ForCurrentProcess()->GetSwitchValue( |
| + switches::kUserAgent))); |
| } |
| } |