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

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

Issue 11416179: Move chrome/common/favicon_url.(cc|h) into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « chrome/browser/favicon/favicon_download_helper.cc ('k') | chrome/browser/favicon/favicon_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/favicon/favicon_download_helper_delegate.h
diff --git a/chrome/browser/favicon/favicon_download_helper_delegate.h b/chrome/browser/favicon/favicon_download_helper_delegate.h
index ebdb5c2db312ecf82c4e795c3e94e837279504ba..d22b6b9de4f65a540d07073bfa968451d195c70e 100644
--- a/chrome/browser/favicon/favicon_download_helper_delegate.h
+++ b/chrome/browser/favicon/favicon_download_helper_delegate.h
@@ -11,7 +11,10 @@
class GURL;
class SkBitmap;
+
+namespace content {
struct FaviconURL;
+}
// This class provides a delegate interface for a FaviconDownloadHelper. It
// allows the FaviconDownloadHelper to pass favicon data back to its caller.
@@ -29,7 +32,7 @@ class FaviconDownloadHelperDelegate {
// Message Handler.
virtual void OnUpdateFaviconURL(
int32 page_id,
- const std::vector<FaviconURL>& candidates) {}
+ const std::vector<content::FaviconURL>& candidates) {}
protected:
virtual ~FaviconDownloadHelperDelegate() {}
« no previous file with comments | « chrome/browser/favicon/favicon_download_helper.cc ('k') | chrome/browser/favicon/favicon_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698