| Index: chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| diff --git a/chrome/browser/sync/internal_api/syncapi_unittest.cc b/chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| index 77a44907034b071f3e1e442ed8f9daf2b89632d8..d4ea301687f30deb52d2e648de44feac3aacf436 100644
|
| --- a/chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| +++ b/chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| @@ -658,7 +658,7 @@ class TestHttpPostProviderInterface : public HttpPostProviderInterface {
|
| virtual void SetPostPayload(const char* content_type,
|
| int content_length,
|
| const char* content) OVERRIDE {}
|
| - virtual bool MakeSynchronousPost(int* os_error_code, int* response_code)
|
| + virtual bool MakeSynchronousPost(int* error_code, int* response_code)
|
| OVERRIDE {
|
| return false;
|
| }
|
|
|