// Copyright 2014 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/favicon/core/favicon_url.h" namespace favicon { FaviconURL::FaviconURL() : … { … } FaviconURL::FaviconURL(const GURL& url, favicon_base::IconType type, const std::vector<gfx::Size>& sizes) : … { … } FaviconURL::FaviconURL(const FaviconURL& other) = default; FaviconURL::~FaviconURL() { … } } // namespace favicon