| Index: chrome/browser/sync/test/test_http_bridge_factory.h
|
| diff --git a/chrome/browser/sync/test/test_http_bridge_factory.h b/chrome/browser/sync/test/test_http_bridge_factory.h
|
| index ebfc5776b0e2fbaf71ac56cd7227f6c622b51505..ed47f2c91d0a15d6a490ff271e3e5139a471cae2 100644
|
| --- a/chrome/browser/sync/test/test_http_bridge_factory.h
|
| +++ b/chrome/browser/sync/test/test_http_bridge_factory.h
|
| @@ -25,7 +25,7 @@ class TestHttpBridge : public sync_api::HttpPostProviderInterface {
|
| int content_length,
|
| const char* content) OVERRIDE {}
|
|
|
| - virtual bool MakeSynchronousPost(int* os_error_code,
|
| + virtual bool MakeSynchronousPost(int* error_code,
|
| int* response_code) OVERRIDE;
|
|
|
| virtual int GetResponseContentLength() const OVERRIDE;
|
|
|