// 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. #ifndef COMPONENTS_FAVICON_CORE_FAVICON_URL_H_ #define COMPONENTS_FAVICON_CORE_FAVICON_URL_H_ #include <vector> #include "components/favicon_base/favicon_types.h" #include "ui/gfx/geometry/size.h" #include "url/gurl.h" namespace favicon { // Stores metadata about a given favicon. struct FaviconURL { … }; } // namespace favicon #endif // COMPONENTS_FAVICON_CORE_FAVICON_URL_H_