#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 {
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) { … }
}