diff options
Diffstat (limited to 'components/autofill/content/renderer/password_generation_agent.h')
-rw-r--r-- | components/autofill/content/renderer/password_generation_agent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/autofill/content/renderer/password_generation_agent.h b/components/autofill/content/renderer/password_generation_agent.h index 959914f..90d480b 100644 --- a/components/autofill/content/renderer/password_generation_agent.h +++ b/components/autofill/content/renderer/password_generation_agent.h @@ -5,10 +5,13 @@ #ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_GENERATION_AGENT_H_ #define COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_GENERATION_AGENT_H_ +#include <stddef.h> + #include <map> #include <utility> #include <vector> +#include "base/macros.h" #include "base/memory/linked_ptr.h" #include "base/memory/scoped_ptr.h" #include "content/public/renderer/render_frame_observer.h" |