// Copyright 2021 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/safe_browsing/extension_telemetry/tabs_execute_script_signal.h" #include "crypto/sha2.h" namespace safe_browsing { TabsExecuteScriptSignal::TabsExecuteScriptSignal( const extensions::ExtensionId& extension_id, const std::string& script_code) : … { … } TabsExecuteScriptSignal::~TabsExecuteScriptSignal() = default; ExtensionSignalType TabsExecuteScriptSignal::GetType() const { … } } // namespace safe_browsing