summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/google_util.cc')
-rw-r--r--chrome/browser/google_util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/google_util.cc b/chrome/browser/google_util.cc
index d3d74f7..9a0beb7 100644
--- a/chrome/browser/google_util.cc
+++ b/chrome/browser/google_util.cc
@@ -63,8 +63,8 @@ GURL AppendGoogleLocaleParam(const GURL& url) {
GURL AppendGoogleTLDParam(const GURL& url) {
const std::string google_domain(
- RegistryControlledDomainService::GetDomainAndRegistry(
- GoogleURLTracker::GoogleURL()));
+ net::RegistryControlledDomainService::GetDomainAndRegistry(
+ GoogleURLTracker::GoogleURL()));
const size_t first_dot = google_domain.find('.');
if (first_dot == std::string::npos) {
NOTREACHED();