| Index: chrome/browser/ssl/chrome_ssl_host_state_delegate.cc
|
| diff --git a/chrome/browser/ssl/chrome_ssl_host_state_delegate.cc b/chrome/browser/ssl/chrome_ssl_host_state_delegate.cc
|
| index 577bb33585d35bb6c3943f666f3d055f4c51a975..e179edb926b9ef8df5a97c152f88933e09be8c57 100644
|
| --- a/chrome/browser/ssl/chrome_ssl_host_state_delegate.cc
|
| +++ b/chrome/browser/ssl/chrome_ssl_host_state_delegate.cc
|
| @@ -79,10 +79,10 @@ GURL GetSecureGURLForHost(const std::string& host) {
|
| int64 GetExpirationDelta() {
|
| // Check command line flags first to give them priority, then check
|
| // experimental groups.
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kRememberCertErrorDecisions)) {
|
| std::string switch_value =
|
| - CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| + base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| switches::kRememberCertErrorDecisions);
|
| int64 expiration_delta;
|
| if (!base::StringToInt64(base::StringPiece(switch_value),
|
|
|