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

Unified Diff: chrome/browser/prerender/prerender_contents.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_tab_helper.cc ('k') | chrome/browser/prerender/prerender_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_contents.h
diff --git a/chrome/browser/prerender/prerender_contents.h b/chrome/browser/prerender/prerender_contents.h
index 4a46b49037a69bb3ca4f7f445b02dc898c41a748..d67b2b018627a84b719717e799021dc7a078ecc4 100644
--- a/chrome/browser/prerender/prerender_contents.h
+++ b/chrome/browser/prerender/prerender_contents.h
@@ -23,13 +23,14 @@
class Profile;
class TabContents;
-struct FaviconURL;
+
namespace base {
class ProcessMetrics;
}
namespace content {
+struct FaviconURL;
class RenderViewHost;
class SessionStorageNamespace;
class WebContents;
@@ -305,7 +306,8 @@ class PrerenderContents : public content::NotificationObserver,
friend class PrerenderRenderViewHostObserver;
// Message handlers.
- void OnUpdateFaviconURL(int32 page_id, const std::vector<FaviconURL>& urls);
+ void OnUpdateFaviconURL(int32 page_id,
+ const std::vector<content::FaviconURL>& urls);
// Returns the RenderViewHost Delegate for this prerender.
content::WebContents* GetWebContents();
« no previous file with comments | « chrome/browser/favicon/favicon_tab_helper.cc ('k') | chrome/browser/prerender/prerender_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698