| Index: chrome/browser/password_manager/account_chooser_dialog_android.h
|
| diff --git a/chrome/browser/password_manager/account_chooser_dialog_android.h b/chrome/browser/password_manager/account_chooser_dialog_android.h
|
| index ed193caf6609e504733a10280f0894377ce7ac7e..4b7d54097006bb95292b2d6ebf6d1f3ca851c9ed 100644
|
| --- a/chrome/browser/password_manager/account_chooser_dialog_android.h
|
| +++ b/chrome/browser/password_manager/account_chooser_dialog_android.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CHROME_BROWSER_PASSWORD_MANAGER_ACCOUNT_CHOOSER_DIALOG_ANDROID_H_
|
| #define CHROME_BROWSER_PASSWORD_MANAGER_ACCOUNT_CHOOSER_DIALOG_ANDROID_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/android/jni_android.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "chrome/browser/ui/passwords/manage_passwords_state.h"
|
|
|
|
|