| Index: components/update_client/update_checker.h
|
| diff --git a/components/update_client/update_checker.h b/components/update_client/update_checker.h
|
| index 076abe9746b44f982a11d3b1e5784de132f1e808..1de7f0cf79da5454e619ffdfaae4ae975056f750 100644
|
| --- a/components/update_client/update_checker.h
|
| +++ b/components/update_client/update_checker.h
|
| @@ -17,10 +17,6 @@
|
|
|
| class GURL;
|
|
|
| -namespace net {
|
| -class URLRequestContextGetter;
|
| -}
|
| -
|
| namespace update_client {
|
|
|
| class Configurator;
|
| @@ -29,10 +25,7 @@ struct CrxUpdateItem;
|
| class UpdateChecker {
|
| public:
|
| using UpdateCheckCallback =
|
| - base::Callback<void(const GURL& original_url,
|
| - int error,
|
| - const std::string& error_message,
|
| - const UpdateResponse::Results& results)>;
|
| + base::Callback<void(int error, const UpdateResponse::Results& results)>;
|
|
|
| using Factory =
|
| scoped_ptr<UpdateChecker> (*)(const scoped_refptr<Configurator>& config);
|
|
|