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

Unified Diff: printing/printed_document.cc

Issue 16298002: Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than implicit "operator T*" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « no previous file | sql/statement.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document.cc
diff --git a/printing/printed_document.cc b/printing/printed_document.cc
index 4589c18ad38fa797eaabbcc11c37333fc3b0c1bc..17e4c355685cfb18f212f9bb7de3baf66cb93ff3 100644
--- a/printing/printed_document.cc
+++ b/printing/printed_document.cc
@@ -85,7 +85,7 @@ void PrintedDocument::SetPage(int page_number,
mutable_.first_page = page_number;
#endif
}
- DebugDump(*page);
+ DebugDump(*page.get());
}
bool PrintedDocument::GetPage(int page_number,
« no previous file with comments | « no previous file | sql/statement.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698