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

Unified Diff: chrome/renderer/favicon_helper.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/renderer/chrome_render_view_observer.cc ('k') | chrome/renderer/favicon_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/favicon_helper.h
diff --git a/chrome/renderer/favicon_helper.h b/chrome/renderer/favicon_helper.h
index aeccd28a804497a88616f41d2a6898aa9a764579..7eda15355862b585a1554cc85a490bf4cc5ed985 100644
--- a/chrome/renderer/favicon_helper.h
+++ b/chrome/renderer/favicon_helper.h
@@ -13,9 +13,12 @@
#include "content/public/renderer/render_view_observer.h"
#include "googleurl/src/gurl.h"
-struct FaviconURL;
class SkBitmap;
+namespace content {
+struct FaviconURL;
+}
+
namespace webkit_glue {
class MultiResolutionImageResourceFetcher;
}
@@ -55,7 +58,7 @@ class FaviconHelper : public content::RenderViewObserver {
// Send a message to update the favicon URL for a page.
void SendUpdateFaviconURL(int32 routing_id,
int32 page_id,
- const std::vector<FaviconURL>& urls);
+ const std::vector<content::FaviconURL>& urls);
// RenderViewObserver implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
« no previous file with comments | « chrome/renderer/chrome_render_view_observer.cc ('k') | chrome/renderer/favicon_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698