Chromium Code Reviews| Index: net/tools/tld_cleanup/tld_cleanup.cc |
| =================================================================== |
| --- net/tools/tld_cleanup/tld_cleanup.cc (revision 272153) |
| +++ net/tools/tld_cleanup/tld_cleanup.cc (working copy) |
| @@ -53,7 +53,7 @@ |
| logging::LOG_TO_ALL; |
| #endif |
| - CommandLine::Init(argc, argv); |
| + base::CommandLine::Init(argc, argv); |
| base::FilePath log_filename; |
| PathService::Get(base::DIR_EXE, &log_filename); |