// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/public/platform/web_icon_sizes_parser.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/platform/web_string.h" #include "third_party/blink/renderer/platform/wtf/text/atomic_string.h" #include "ui/gfx/geometry/size.h" namespace blink { class WebIconSizesParserTest : public testing::Test { … }; TEST(WebIconSizesParserTest, parseSizes) { … } } // namespace blink