chromium/chrome/browser/notifications/scheduler/internal/icon_converter_unittest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/functional/bind.h"
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "chrome/browser/notifications/scheduler/internal/png_icon_converter_impl.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace notifications {
namespace {

class IconConverterTest : public testing::Test {};

TEST_F(IconConverterTest, EncodeRoundTrip) {}

}  // namespace
}  // namespace notifications