Chromium Code Reviews

Unified Diff: chrome/service/cloud_print/cloud_print_url_fetcher.cc

Issue 4525008: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/bug_report_data.h ('k') | chrome/service/cloud_print/print_system_cups.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/cloud_print_url_fetcher.cc
diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher.cc b/chrome/service/cloud_print/cloud_print_url_fetcher.cc
index 8e4dfe0beda1073617514fbc1d0d16c54eb4d46c..3c1e859622b9186bf3118f1578bd5acf36093411 100644
--- a/chrome/service/cloud_print/cloud_print_url_fetcher.cc
+++ b/chrome/service/cloud_print/cloud_print_url_fetcher.cc
@@ -15,7 +15,9 @@
#include "net/url_request/url_request_status.h"
CloudPrintURLFetcher::CloudPrintURLFetcher()
- : protect_entry_(NULL), num_retries_(0) {
+ : delegate_(NULL),
+ protect_entry_(NULL),
+ num_retries_(0) {
}
void CloudPrintURLFetcher::StartGetRequest(const GURL& url,
« no previous file with comments | « chrome/browser/bug_report_data.h ('k') | chrome/service/cloud_print/print_system_cups.cc » ('j') | no next file with comments »

Powered by Google App Engine