| 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;
|
|
|