| Index: chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.mm b/chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.mm
|
| index 15ff18deb0db220b87639cc07c6627986faf2e45..dbd2437e8f743925cf635ffd1604795dfaca5be0 100644
|
| --- a/chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.mm
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "base/mac/foundation_util.h"
|
| #include "base/sys_string_conversions.h"
|
| -#include "chrome/browser/autofill/password_generator.h"
|
| #include "chrome/browser/password_manager/password_manager.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_window.h"
|
| @@ -16,6 +15,7 @@
|
| #import "chrome/browser/ui/cocoa/styled_text_field_cell.h"
|
| #import "chrome/browser/ui/cocoa/tracking_area.h"
|
| #include "chrome/common/password_generation_util.h"
|
| +#include "components/autofill/browser/password_generator.h"
|
| #include "components/autofill/common/autofill_messages.h"
|
| #include "content/public/browser/render_view_host.h"
|
| #include "content/public/common/password_form.h"
|
|
|