• tfarina's avatar
    net: move IsHostnameNonUnique() into url_util.h · 3ad1745a
    tfarina authored
    This patch moves this free function from generic net_util.h header,
    into url_util.h, because it operates on a URL part (hostname), so it
    seems more appropriate there than in the soon-to-go-way net_util.h.
    
    BUG=488531
    TEST=net_unittests --gtest_filter=UrlUtil*
    R=eroman@chromium.org
    TBR=felt@chromium.org
    
    Review URL: https://codereview.chromium.org/1629733002
    
    Cr-Commit-Position: refs/heads/master@{#371768}
    3ad1745a
url_util.h 6.02 KB