Index: content/browser/site_instance_impl.h |
diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h |
index f8c7aba3bbcc967ded8d85fb35f63b096fd01fcc..9647f36b631a93f706989b4f9763210bee3152be 100644 |
--- a/content/browser/site_instance_impl.h |
+++ b/content/browser/site_instance_impl.h |
@@ -23,7 +23,7 @@ class CONTENT_EXPORT SiteInstanceImpl : public content::SiteInstance, |
virtual int32 GetId() OVERRIDE; |
virtual bool HasProcess() const OVERRIDE; |
virtual content::RenderProcessHost* GetProcess() OVERRIDE; |
- virtual const GURL& GetSite() const OVERRIDE; |
+ virtual const GURL& GetSiteURL() const OVERRIDE; |
virtual SiteInstance* GetRelatedSiteInstance(const GURL& url) OVERRIDE; |
virtual bool IsRelatedSiteInstance(const SiteInstance* instance) OVERRIDE; |
virtual content::BrowserContext* GetBrowserContext() const OVERRIDE; |