Chromium Code Reviews| Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc |
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc |
| index d946711d78758bd168cc69f858252c4d2900a8f5..2f75c629f9f450bcb8b43d43a7195ed44d3ead1f 100644 |
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc |
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc |
| @@ -100,7 +100,7 @@ PasswordGenerationPopupControllerImpl::PasswordGenerationPopupControllerImpl( |
| } |
| PasswordGenerationPopupControllerImpl::~PasswordGenerationPopupControllerImpl() |
| - {} |
| +{} |
|
Ilya Sherman
2014/05/30 19:44:22
This change doesn't seem relevant to the thrust of
Evan Stade
2014/05/30 22:50:59
FWIW clang format gives:
PasswordGenerationPopupC
Ilya Sherman
2014/05/30 22:58:33
(As long as we're bikeshedding, the clang format f
Patrick Dubroy
2014/06/02 07:46:52
Done.
|
| base::WeakPtr<PasswordGenerationPopupControllerImpl> |
| PasswordGenerationPopupControllerImpl::GetWeakPtr() { |