| Index: sync/internal_api/syncapi_unittest.cc
|
| diff --git a/sync/internal_api/syncapi_unittest.cc b/sync/internal_api/syncapi_unittest.cc
|
| index 8384de298a28f27982679cb490ddff413db90614..1d125ce943eac2cd8076bed8c0b0fb0ff3b40de1 100644
|
| --- a/sync/internal_api/syncapi_unittest.cc
|
| +++ b/sync/internal_api/syncapi_unittest.cc
|
| @@ -653,7 +653,6 @@ class TestHttpPostProviderInterface : public HttpPostProviderInterface {
|
| public:
|
| virtual ~TestHttpPostProviderInterface() {}
|
|
|
| - virtual void SetUserAgent(const char* user_agent) OVERRIDE {}
|
| virtual void SetExtraRequestHeaders(const char* headers) OVERRIDE {}
|
| virtual void SetURL(const char* url, int port) OVERRIDE {}
|
| virtual void SetPostPayload(const char* content_type,
|
| @@ -785,7 +784,7 @@ class SyncManagerTest : public testing::Test,
|
| "bogus", 0, false,
|
| base::MessageLoopProxy::current(),
|
| new TestHttpPostProviderFactory(), routing_info, workers,
|
| - &extensions_activity_monitor_, this, "bogus",
|
| + &extensions_activity_monitor_, this,
|
| credentials,
|
| sync_notifier_mock_, "",
|
| csync::SyncManager::TEST_IN_MEMORY,
|
|
|