| Index: chrome/browser/history/history_service.h
|
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
|
| index 903cbc5a46f9a4da8407e46cd43741e8b95e574c..59c44f4dfb979736f5191adf5994a3d3b929002e 100644
|
| --- a/chrome/browser/history/history_service.h
|
| +++ b/chrome/browser/history/history_service.h
|
| @@ -827,7 +827,7 @@ class HistoryService : public CancelableRequestProvider,
|
| // once. The pages must exist, any favicon sets for unknown pages will be
|
| // discarded. Existing favicons will not be overwritten.
|
| void SetImportedFavicons(
|
| - const std::vector<history::ImportedFaviconUsage>& favicon_usage);
|
| + const std::vector<ImportedFaviconUsage>& favicon_usage);
|
|
|
| // Sets the in-memory URL database. This is called by the backend once the
|
| // database is loaded to make it available.
|
|
|