// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "extensions/common/manifest_handlers/icons_handler.h" #include "base/strings/stringprintf.h" #include "base/test/values_test_util.h" #include "extensions/common/manifest_test.h" #include "testing/gtest/include/gtest/gtest.h" namespace extensions { class ProductIconManifestTest : public ManifestTest { … }; TEST_F(ProductIconManifestTest, Sizes) { … } } // namespace extensions