summaryrefslogtreecommitdiffstats
path: root/printing/printed_document.h
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printed_document.h')
-rw-r--r--printing/printed_document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printed_document.h b/printing/printed_document.h
index ca5e663..7b3079e 100644
--- a/printing/printed_document.h
+++ b/printing/printed_document.h
@@ -71,7 +71,7 @@ class PrintedDocument : public base::RefCountedThreadSafe<PrintedDocument> {
// Retrieves the current memory usage of the renderer pages.
// Note: locks for a short amount of time.
- size_t MemoryUsage() const;
+ uint32 MemoryUsage() const;
// Sets the number of pages in the document to be rendered. Can only be set
// once.