| Index: tools/android/forwarder2/host_forwarder_main.cc
|
| diff --git a/tools/android/forwarder2/host_forwarder_main.cc b/tools/android/forwarder2/host_forwarder_main.cc
|
| index 56ce4f26ffbb214f72f64e9eec4df7ad7bc640b5..47f2252f04df6cd34532bedfffff2e1ecde70d67 100644
|
| --- a/tools/android/forwarder2/host_forwarder_main.cc
|
| +++ b/tools/android/forwarder2/host_forwarder_main.cc
|
| @@ -406,8 +406,8 @@ int PortToInt(const std::string& s) {
|
| }
|
|
|
| int RunHostForwarder(int argc, char** argv) {
|
| - CommandLine::Init(argc, argv);
|
| - const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
|
| + base::CommandLine::Init(argc, argv);
|
| + const base::CommandLine& cmd_line = *base::CommandLine::ForCurrentProcess();
|
| bool kill_server = false;
|
|
|
| Pickle pickle;
|
|
|