#include "components/reporting/client/empty_dm_token_retriever.h"
#include <string>
#include "base/functional/bind.h"
#include "base/test/task_environment.h"
#include "components/reporting/util/statusor.h"
#include "components/reporting/util/test_support_callbacks.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace reporting {
namespace {
class EmptyDMTokenRetrieverTest : public ::testing::Test { … };
TEST_F(EmptyDMTokenRetrieverTest, GetDMToken) { … }
}
}