| Index: content/browser/download/download_item_impl_delegate.h
|
| diff --git a/content/browser/download/download_item_impl_delegate.h b/content/browser/download/download_item_impl_delegate.h
|
| index 72e079b89630673cae049b706f29db81480f8fef..1925963f0a2110488ee61efb2dbad81a2c9b3990 100644
|
| --- a/content/browser/download/download_item_impl_delegate.h
|
| +++ b/content/browser/download/download_item_impl_delegate.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef CONTENT_BROWSER_DOWNLOAD_DOWNLOAD_ITEM_IMPL_DELEGATE_H_
|
| #define CONTENT_BROWSER_DOWNLOAD_DOWNLOAD_ITEM_IMPL_DELEGATE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/callback.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/download_danger_type.h"
|
| #include "content/public/browser/download_item.h"
|
| @@ -69,7 +72,7 @@ class CONTENT_EXPORT DownloadItemImplDelegate {
|
| // Called when an interrupted download is resumed.
|
| virtual void ResumeInterruptedDownload(
|
| scoped_ptr<content::DownloadUrlParameters> params,
|
| - uint32 id);
|
| + uint32_t id);
|
|
|
| // For contextual issues like language and prefs.
|
| virtual BrowserContext* GetBrowserContext() const;
|
|
|