diff options
Diffstat (limited to 'chrome/browser/login_prompt.h')
-rw-r--r-- | chrome/browser/login_prompt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/login_prompt.h b/chrome/browser/login_prompt.h index 6279c7a..bcb63d8 100644 --- a/chrome/browser/login_prompt.h +++ b/chrome/browser/login_prompt.h @@ -78,7 +78,7 @@ class LoginNotificationDetails { LoginHandler* handler_; // Where to send the response. - DISALLOW_EVIL_CONSTRUCTORS(LoginNotificationDetails); + DISALLOW_COPY_AND_ASSIGN(LoginNotificationDetails); }; // Prompts the user for their username and password. This is designed to |