| Index: chromecast/browser/url_request_context_factory.cc
|
| diff --git a/chromecast/browser/url_request_context_factory.cc b/chromecast/browser/url_request_context_factory.cc
|
| index 339546c51e1e180106f71e2f4a7b7a5294771f90..0f66e84b6ef485b4fcd6384a68376d27e57b8a78 100644
|
| --- a/chromecast/browser/url_request_context_factory.cc
|
| +++ b/chromecast/browser/url_request_context_factory.cc
|
| @@ -359,7 +359,7 @@ net::URLRequestContext* URLRequestContextFactory::CreateMainRequestContext(
|
| net::HttpCache::DefaultBackend::InMemory(16 * 1024 * 1024);
|
|
|
| bool ignore_certificate_errors = false;
|
| - CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess();
|
| if (cmd_line->HasSwitch(switches::kIgnoreCertificateErrors)) {
|
| ignore_certificate_errors = true;
|
| }
|
|
|