| Index: chrome/browser/safe_browsing/safe_browsing_test.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_test.cc b/chrome/browser/safe_browsing/safe_browsing_test.cc
|
| index c4b272ec07d38e7fbb76d1d3e6d5d792e553db84..6c24148466972ca05879fd48255e00068efbc0a0 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_test.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_test.cc
|
| @@ -280,7 +280,7 @@ class SafeBrowsingServerTest : public InProcessBrowserTest {
|
| SafeBrowsingService::RegisterFactory(NULL);
|
| }
|
|
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| // This test uses loopback. No need to use IPv6 especially it makes
|
| // local requests slow on Windows trybot when ipv6 local address [::1]
|
| // is not setup.
|
|
|