#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "components/history/core/browser/url_utils.h"
#include <stddef.h>
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
namespace history {
namespace {
TEST(HistoryUrlUtilsTest, CanonicalURLStringCompare) { … }
TEST(HistoryUrlUtilsTest, HaveSameSchemeHostAndPort) { … }
TEST(HistoryUrlUtilsTest, IsPathPrefix) { … }
TEST(HistoryUrlUtilsTest, ToggleHTTPAndHTTPS) { … }
TEST(HistoryUrlUtilsTest, HostForTopHosts) { … }
}
}