chromium/chrome/browser/themes/theme_service_test_utils.cc

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

#include "chrome/browser/themes/theme_service_test_utils.h"

#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/test/scoped_feature_list.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace theme_service::test {

// Struct to distinguish SkColor (aliased to uint32_t) for printing.
bool PrintableSkColor::operator==(const PrintableSkColor& other) const {}

bool PrintableSkColor::operator!=(const PrintableSkColor& other) const {}

std::ostream& operator<<(std::ostream& os, PrintableSkColor printable_color) {}

std::string ColorIdToString(ui::ColorId id) {}

}  // namespace theme_service::test