// Copyright 2017 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_SAFE_BROWSING_URL_CHECKER_DELEGATE_IMPL_H_ #define CHROME_BROWSER_SAFE_BROWSING_URL_CHECKER_DELEGATE_IMPL_H_ #include "base/memory/ref_counted.h" #include "components/safe_browsing/core/browser/url_checker_delegate.h" #include "content/public/browser/web_contents.h" namespace safe_browsing { class SafeBrowsingUIManager; class UrlCheckerDelegateImpl : public UrlCheckerDelegate { … }; } // namespace safe_browsing #endif // CHROME_BROWSER_SAFE_BROWSING_URL_CHECKER_DELEGATE_IMPL_H_