diff options
Diffstat (limited to 'chrome/browser/download/download_query.h')
| -rw-r--r-- | chrome/browser/download/download_query.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/download/download_query.h b/chrome/browser/download/download_query.h index 22ea2bf..e81edc5 100644 --- a/chrome/browser/download/download_query.h +++ b/chrome/browser/download/download_query.h @@ -5,11 +5,14 @@ #ifndef CHROME_BROWSER_DOWNLOAD_DOWNLOAD_QUERY_H_ #define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_QUERY_H_ +#include <stddef.h> + #include <map> #include <string> #include <vector> #include "base/callback_forward.h" +#include "base/macros.h" #include "base/strings/string16.h" #include "content/public/browser/download_item.h" |
