| 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,
|
|
|