summaryrefslogtreecommitdiffstats
path: root/pdf/document_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/document_loader.h')
-rw-r--r--pdf/document_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/document_loader.h b/pdf/document_loader.h
index e5e08d6..c9d355b 100644
--- a/pdf/document_loader.h
+++ b/pdf/document_loader.h
@@ -101,7 +101,7 @@ class DocumentLoader {
// Number was chosen in crbug.com/78264#c8
enum { kDefaultRequestSize = 65536 };
- Client* client_;
+ Client* const client_;
std::string url_;
pp::URLLoader loader_;
pp::CompletionCallbackFactory<DocumentLoader> loader_factory_;