| Index: net/tools/quic/quic_client_bin.cc
|
| ===================================================================
|
| --- net/tools/quic/quic_client_bin.cc (revision 272153)
|
| +++ net/tools/quic/quic_client_bin.cc (working copy)
|
| @@ -35,8 +35,8 @@
|
| bool FLAGS_secure = false;
|
|
|
| int main(int argc, char *argv[]) {
|
| - CommandLine::Init(argc, argv);
|
| - CommandLine* line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine::Init(argc, argv);
|
| + base::CommandLine* line = base::CommandLine::ForCurrentProcess();
|
|
|
| logging::LoggingSettings settings;
|
| settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
|
|
|