| Index: chrome/browser/sync/internal_api/http_post_provider_interface.h
|
| diff --git a/chrome/browser/sync/internal_api/http_post_provider_interface.h b/chrome/browser/sync/internal_api/http_post_provider_interface.h
|
| index 79d30e00999e7a558cbc4be49ae97aa50878990c..ffc087e93fa317d9493c1a7f12b2543f71f2911d 100644
|
| --- a/chrome/browser/sync/internal_api/http_post_provider_interface.h
|
| +++ b/chrome/browser/sync/internal_api/http_post_provider_interface.h
|
| @@ -38,8 +38,8 @@ class HttpPostProviderInterface {
|
| const char* content) = 0;
|
|
|
| // Returns true if the URL request succeeded. If the request failed,
|
| - // os_error() may be non-zero and hence contain more information.
|
| - virtual bool MakeSynchronousPost(int* os_error_code, int* response_code) = 0;
|
| + // error() may be non-zero and hence contain more information.
|
| + virtual bool MakeSynchronousPost(int* error_code, int* response_code) = 0;
|
|
|
| // Get the length of the content returned in the HTTP response.
|
| // This does not count the trailing null-terminating character returned
|
|
|