blob: 64d1ed4626e9b6150613219b6a0961243e455349 [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "ios/web/public/test/url_test_util.h"
#import "ios/web/navigation/navigation_item_impl.h"
namespace web {
std::u16string GetDisplayTitleForUrl(const GURL& url) {
return NavigationItemImpl::GetDisplayTitleForURL(url);
}
} // namespace web