| Index: components/signin/core/browser/signin_investigator.cc
|
| diff --git a/components/signin/core/browser/signin_investigator.cc b/components/signin/core/browser/signin_investigator.cc
|
| index 994a936c1f8c10d20059df89bf4ab9f21e95d3fd..83961de5aaf6e5d2032d159bd9c53a28600868bc 100644
|
| --- a/components/signin/core/browser/signin_investigator.cc
|
| +++ b/components/signin/core/browser/signin_investigator.cc
|
| @@ -28,7 +28,7 @@ SigninInvestigator::SigninInvestigator(const std::string& current_email,
|
| current_id_(current_id),
|
| provider_(provider) {
|
| DCHECK(!current_email_.empty());
|
| - DCHECK(!current_id_.empty());
|
| + DCHECK(provider);
|
| }
|
|
|
| SigninInvestigator::~SigninInvestigator() {}
|
|
|