// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_LOOKALIKES_LOOKALIKE_URL_CONTROLLER_CLIENT_H_ #define CHROME_BROWSER_LOOKALIKES_LOOKALIKE_URL_CONTROLLER_CLIENT_H_ #include <memory> #include "components/security_interstitials/content/security_interstitial_controller_client.h" #include "url/gurl.h" namespace content { class WebContents; } // namespace content // Class for handling commands from lookalike URL interstitial pages. class LookalikeUrlControllerClient : public security_interstitials::SecurityInterstitialControllerClient { … }; #endif // CHROME_BROWSER_LOOKALIKES_LOOKALIKE_URL_CONTROLLER_CLIENT_H_