summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache/appcache_histograms.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/appcache/appcache_histograms.cc')
-rw-r--r--content/browser/appcache/appcache_histograms.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/appcache/appcache_histograms.cc b/content/browser/appcache/appcache_histograms.cc
index ff2baf6..e4a6feb 100644
--- a/content/browser/appcache/appcache_histograms.cc
+++ b/content/browser/appcache/appcache_histograms.cc
@@ -10,7 +10,7 @@
namespace content {
static std::string OriginToCustomHistogramSuffix(const GURL& origin_url) {
- if (origin_url.host() == "docs.google.com")
+ if (origin_url.host_piece() == "docs.google.com")
return ".Docs";
return std::string();
}