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

Unified Diff: chrome/browser/favicon/favicon_download_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 | « no previous file | chrome/browser/favicon/favicon_download_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/favicon/favicon_download_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698