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

Unified Diff: chrome/browser/printing/print_job_unittest.cc

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 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
Index: chrome/browser/printing/print_job_unittest.cc
diff --git a/chrome/browser/printing/print_job_unittest.cc b/chrome/browser/printing/print_job_unittest.cc
index 3ef795c54be25c7cba0fd532d41fa3622e8c1a20..8c79e6acafbf21fb143d35f189158c257b0d773a 100644
--- a/chrome/browser/printing/print_job_unittest.cc
+++ b/chrome/browser/printing/print_job_unittest.cc
@@ -63,7 +63,7 @@ class TestOwner : public printing::PrintJobWorkerOwner {
class TestPrintJob : public printing::PrintJob {
public:
- TestPrintJob(volatile bool* check) : check_(check) {
+ explicit TestPrintJob(volatile bool* check) : check_(check) {
}
~TestPrintJob() {
*check_ = true;

Powered by Google App Engine
This is Rietveld 408576698