| Index: chrome/browser/password_manager/chrome_password_manager_client.h
|
| diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| index ab47052c96be95722605304c13d729aa32eed287..c3b5508100eef164aa237a28f206cd0e4ec2b19c 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client.h
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| @@ -164,7 +164,7 @@ class ChromePasswordManagerClient
|
| #if defined(SAFE_BROWSING_DB_LOCAL) || defined(SAFE_BROWSING_DB_REMOTE)
|
| // Return true if we can set PasswordProtectionService in
|
| // |password_reuse_detection_manager_|.
|
| - static bool CanSetPasswordProtectionService();
|
| + bool CanSetPasswordProtectionService();
|
| #endif
|
|
|
| Profile* const profile_;
|
|
|