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

Unified Diff: pdf/preview_mode_client.cc

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/pdfium/pdfium_range.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/preview_mode_client.cc
diff --git a/pdf/preview_mode_client.cc b/pdf/preview_mode_client.cc
index b3744c93eb7ac81b0de4f9b0d604cd07cfe8c465..3938c97cf1e15a0ccbd458bfe09acc398f83c157 100644
--- a/pdf/preview_mode_client.cc
+++ b/pdf/preview_mode_client.cc
@@ -10,12 +10,9 @@
namespace chrome_pdf {
-PreviewModeClient::PreviewModeClient(Client* client)
- : client_(client) {
-}
+PreviewModeClient::PreviewModeClient(Client* client) : client_(client) {}
-void PreviewModeClient::DocumentSizeUpdated(const pp::Size& size) {
-}
+void PreviewModeClient::DocumentSizeUpdated(const pp::Size& size) {}
void PreviewModeClient::Invalidate(const pp::Rect& rect) {
NOTREACHED();
« no previous file with comments | « pdf/pdfium/pdfium_range.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698