summaryrefslogtreecommitdiffstats
path: root/pdf/document_loader.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2015-12-29 14:38:15 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-29 22:39:23 +0000
commit98638620100303034cd94c7a02e8c64be0bd93b7 (patch)
treebf6ae8cc437062fd1453451935894f3030564e28 /pdf/document_loader.h
parent27f7483ff7bb09a1364bcc90241b4b50608ff46b (diff)
downloadchromium_src-98638620100303034cd94c7a02e8c64be0bd93b7.zip
chromium_src-98638620100303034cd94c7a02e8c64be0bd93b7.tar.gz
chromium_src-98638620100303034cd94c7a02e8c64be0bd93b7.tar.bz2
Mark methods with override in pdf/
Fix some small nits along the way. Review URL: https://codereview.chromium.org/1554533002 Cr-Commit-Position: refs/heads/master@{#367109}
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_;