Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: pdf/document_loader.h

Issue 2828413005: Clang format pdf/ (Closed)
Patch Set: Manual tweaks Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pdf/chunk_stream.cc ('k') | pdf/document_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/document_loader.h
diff --git a/pdf/document_loader.h b/pdf/document_loader.h
index 95457fc83b8659eae03f5d38fb6de82fb40b7798..3e1fc8325628161e01c50f8147e5d0ff0b286eeb 100644
--- a/pdf/document_loader.h
+++ b/pdf/document_loader.h
@@ -110,7 +110,7 @@ class DocumentLoader {
ChunkStream chunk_stream_;
bool partial_document_;
bool request_pending_;
- typedef std::list<std::pair<size_t, size_t> > PendingRequests;
+ typedef std::list<std::pair<size_t, size_t>> PendingRequests;
PendingRequests pending_requests_;
// The starting position of the HTTP request currently being processed.
size_t current_request_offset_;
@@ -130,7 +130,7 @@ class DocumentLoader {
bool is_multipart_;
std::string multipart_boundary_;
uint32_t requests_count_;
- std::vector<std::vector<unsigned char> > chunk_buffer_;
+ std::vector<std::vector<unsigned char>> chunk_buffer_;
};
} // namespace chrome_pdf
« no previous file with comments | « pdf/chunk_stream.cc ('k') | pdf/document_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698