summaryrefslogtreecommitdiffstats
path: root/components/offline_pages/offline_page_archiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/offline_pages/offline_page_archiver.h')
-rw-r--r--components/offline_pages/offline_page_archiver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/offline_pages/offline_page_archiver.h b/components/offline_pages/offline_page_archiver.h
index eec0f7c..5a412a1 100644
--- a/components/offline_pages/offline_page_archiver.h
+++ b/components/offline_pages/offline_page_archiver.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_ARCHIVER_H_
#define COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_ARCHIVER_H_
+#include <stdint.h>
+
#include "base/callback.h"
#include "base/files/file_path.h"
#include "base/strings/string16.h"
@@ -58,7 +60,7 @@ class OfflinePageArchiver {
ArchiverResult /* result */,
const GURL& /* url */,
const base::FilePath& /* file_path */,
- int64 /* file_size */)> CreateArchiveCallback;
+ int64_t /* file_size */)> CreateArchiveCallback;
virtual ~OfflinePageArchiver() {}