Index: chrome/browser/ui/passwords/passwords_model_delegate.h |
diff --git a/chrome/browser/ui/passwords/passwords_model_delegate.h b/chrome/browser/ui/passwords/passwords_model_delegate.h |
index 2c560d465f214a4bc3493a1e87e2ac60ddb25783..ef131bf3cf05e6d6ce735c70a4ad99cd8ce9c5b9 100644 |
--- a/chrome/browser/ui/passwords/passwords_model_delegate.h |
+++ b/chrome/browser/ui/passwords/passwords_model_delegate.h |
@@ -55,8 +55,8 @@ class PasswordsModelDelegate { |
// For PENDING_PASSWORD_STATE state returns the current statistics for |
// the pending username. |
- virtual password_manager::InteractionsStats* GetCurrentInteractionStats() |
- const = 0; |
+ virtual const password_manager::InteractionsStats* |
+ GetCurrentInteractionStats() const = 0; |
// Called from the model when the bubble is displayed. |
virtual void OnBubbleShown() = 0; |