// 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 "extensions/common/warnings_test_util.h" #include "base/memory/scoped_refptr.h" #include "extensions/common/extension.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" namespace extensions::warnings_test_util { bool HasInstallWarning(scoped_refptr<Extension> extension, const std::string& expected_message) { … } } // namespace extensions::warnings_test_util