Index: content/public/browser/site_instance.h |
diff --git a/content/public/browser/site_instance.h b/content/public/browser/site_instance.h |
index bde0dbbc4cc3bad39dd9658725d5a6d6c02ca4d4..ec1a072fe388806fb20767ca482ecfd47eb8ef2c 100644 |
--- a/content/public/browser/site_instance.h |
+++ b/content/public/browser/site_instance.h |
@@ -68,7 +68,7 @@ class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance> { |
// Get the web site that this SiteInstance is rendering pages for. |
// This includes the scheme and registered domain, but not the port. |
- virtual const GURL& GetSite() const = 0; |
+ virtual const GURL& GetSiteURL() const = 0; |
// Gets a SiteInstance for the given URL that shares the current |
// BrowsingInstance, creating a new SiteInstance if necessary. This ensures |