| Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| index d56b9dd1a3f0325502d8b175129f29eb0fb07e26..81143e2f24b0e11792204d14be081ba9377b41d4 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| @@ -12,10 +12,10 @@
|
| #include "chrome/browser/ui/autofill/password_generation_popup_controller.h"
|
| #include "chrome/browser/ui/autofill/popup_controller_common.h"
|
| #include "components/autofill/core/common/password_form.h"
|
| +#include "ui/gfx/geometry/rect.h"
|
| +#include "ui/gfx/geometry/rect_f.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/range/range.h"
|
| -#include "ui/gfx/rect.h"
|
| -#include "ui/gfx/rect_f.h"
|
|
|
| namespace content {
|
| struct NativeWebKeyboardEvent;
|
|
|