// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/safe_browsing/core/common/web_ui_constants.h" namespace safe_browsing { bool IsSafeBrowsingWebUIUrl(const GURL& url) { … } } // namespace safe_browsing