| Index: net/tools/gdig/gdig.cc
|
| ===================================================================
|
| --- net/tools/gdig/gdig.cc (revision 272153)
|
| +++ net/tools/gdig/gdig.cc (working copy)
|
| @@ -276,8 +276,9 @@
|
| }
|
|
|
| bool GDig::ParseCommandLine(int argc, const char* argv[]) {
|
| - CommandLine::Init(argc, argv);
|
| - const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
|
| + base::CommandLine::Init(argc, argv);
|
| + const base::CommandLine& parsed_command_line =
|
| + *base::CommandLine::ForCurrentProcess();
|
|
|
| if (parsed_command_line.HasSwitch("config_timeout")) {
|
| int timeout_seconds = 0;
|
|
|