// 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. #ifndef COMPONENTS_FAVICON_BASE_FAVICON_USAGE_DATA_H_ #define COMPONENTS_FAVICON_BASE_FAVICON_USAGE_DATA_H_ #include <set> #include <vector> #include "url/gurl.h" namespace favicon_base { // Used to correlate favicons to imported bookmarks. struct FaviconUsageData { … }; FaviconUsageDataList; } // namespace favicon_base #endif // COMPONENTS_FAVICON_BASE_FAVICON_USAGE_DATA_H_