#include "components/sync/engine/backoff_delay_provider.h"
#include <memory>
#include "components/sync/engine/cycle/model_neutral_state.h"
#include "components/sync/engine/polling_constants.h"
#include "components/sync/engine/sync_protocol_error.h"
#include "components/sync/engine/syncer_error.h"
#include "net/base/net_errors.h"
#include "net/http/http_status_code.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {
namespace {
Gt;
Lt;
TEST(BackoffDelayProviderTest, GetRecommendedDelay) { … }
TEST(BackoffDelayProviderTest, GetInitialDelay) { … }
TEST(BackoffDelayProviderTest, GetInitialDelayWithOverride) { … }
TEST(BackoffDelayProviderTest, GetExponentiallyIncreasingDelay) { … }
}
}