Internal change

PiperOrigin-RevId: 120033982
Change-Id: I745197ae70a5267439802dba26758c6036b48152
diff --git a/src/url/url_canon_icu.cc b/src/url/url_canon_icu.cc
index 743ff00..60bb004 100644
--- a/src/url/url_canon_icu.cc
+++ b/src/url/url_canon_icu.cc
@@ -142,7 +142,7 @@
   } while (true);
 }
 
-static util::gtl::LazyStaticPtr<UIDNAWrapper> g_uidna;
+static gtl::LazyStaticPtr<UIDNAWrapper> g_uidna;
 
 // Converts the Unicode input representing a hostname to ASCII using IDN rules.
 // The output must be ASCII, but is represented as wide characters.