Index: chrome/browser/favicon/favicon_download_helper.h |
diff --git a/chrome/browser/favicon/favicon_download_helper.h b/chrome/browser/favicon/favicon_download_helper.h |
index 195b3354da5b47dfdf0d6492f62cffd3eac154c5..ab6da7da4523e895fcc2c163d0eb24fbe9b8abb3 100644 |
--- a/chrome/browser/favicon/favicon_download_helper.h |
+++ b/chrome/browser/favicon/favicon_download_helper.h |
@@ -9,8 +9,8 @@ |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
-#include "chrome/common/favicon_url.h" |
#include "content/public/browser/web_contents_observer.h" |
+#include "content/public/common/favicon_url.h" |
namespace content { |
class WebContents; |
@@ -61,7 +61,7 @@ class FaviconDownloadHelper : public content::WebContentsObserver { |
// Message Handler, called when the FaviconURL associated with the specified |
// page is updated. |
void OnUpdateFaviconURL(int32 page_id, |
- const std::vector<FaviconURL>& candidates); |
+ const std::vector<content::FaviconURL>& candidates); |
// Delegate to pass Favicon bitmaps back to. Weak. |
FaviconDownloadHelperDelegate* delegate_; |