Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(938)

Unified Diff: chrome/browser/favicon/favicon_service.h

Issue 14575004: Extract BookmarksFileImporter from Firefox2Importer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move stuff to favicon Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/favicon/favicon_service.h
diff --git a/chrome/browser/favicon/favicon_service.h b/chrome/browser/favicon/favicon_service.h
index 12ad68834af2e8c2b0c41d159564fd19ade4bf12..156de3451521e0d3ade528e5223b591fd4e1aa70 100644
--- a/chrome/browser/favicon/favicon_service.h
+++ b/chrome/browser/favicon/favicon_service.h
@@ -18,6 +18,7 @@
class GURL;
class HistoryService;
+struct ImportedFaviconUsage;
class Profile;
// The favicon service provides methods to access favicons. It calls the history
@@ -194,7 +195,7 @@ class FaviconService : public CancelableRequestProvider,
// 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);
// Set the favicon for |page_url| for |icon_type| in the thumbnail database.
// Unlike SetFavicons(), this method will not delete preexisting bitmap data

Powered by Google App Engine
This is Rietveld 408576698