| Index: chrome/browser/favicon/favicon_service.cc
|
| diff --git a/chrome/browser/favicon/favicon_service.cc b/chrome/browser/favicon/favicon_service.cc
|
| index b762b19886e76adfb51da6044e1dc1c3cf85b05a..43a4a772550087d4a7540d9e823834b4126bef58 100644
|
| --- a/chrome/browser/favicon/favicon_service.cc
|
| +++ b/chrome/browser/favicon/favicon_service.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/message_loop_proxy.h"
|
| #include "chrome/browser/favicon/favicon_util.h"
|
| +#include "chrome/browser/favicon/imported_favicon_usage.h"
|
| #include "chrome/browser/history/history_backend.h"
|
| #include "chrome/browser/history/history_service.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| @@ -210,7 +211,7 @@ void FaviconService::CloneFavicon(const GURL& old_page_url,
|
| }
|
|
|
| void FaviconService::SetImportedFavicons(
|
| - const std::vector<history::ImportedFaviconUsage>& favicon_usage) {
|
| + const std::vector<ImportedFaviconUsage>& favicon_usage) {
|
| if (history_service_)
|
| history_service_->SetImportedFavicons(favicon_usage);
|
| }
|
|
|