| Index: chrome/service/cloud_print/cloud_print_url_fetcher.h
|
| diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher.h b/chrome/service/cloud_print/cloud_print_url_fetcher.h
|
| index d976f7120911f76332743318332dbf353f20bf20..22ea4a4f2e44bba0db486f38e145a4f61851d241 100644
|
| --- a/chrome/service/cloud_print/cloud_print_url_fetcher.h
|
| +++ b/chrome/service/cloud_print/cloud_print_url_fetcher.h
|
| @@ -23,6 +23,8 @@ class URLRequestContextGetter;
|
| class URLRequestStatus;
|
| } // namespace net
|
|
|
| +namespace cloud_print {
|
| +
|
| // A wrapper around URLFetcher for CloudPrint. URLFetcher applies retry logic
|
| // only on HTTP response codes >= 500. In the cloud print case, we want to
|
| // retry on all network errors. In addition, we want to treat non-JSON responses
|
| @@ -136,4 +138,6 @@ class CloudPrintURLFetcher
|
|
|
| typedef CloudPrintURLFetcher::Delegate CloudPrintURLFetcherDelegate;
|
|
|
| +} // namespace cloud_print
|
| +
|
| #endif // CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_URL_FETCHER_H_
|
|
|