blob: c8f958535d5972eeab40c633df1f43d8c85a5b24 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef URL_ANDROID_GURL_TEST_INIT_H_
#define URL_ANDROID_GURL_TEST_INIT_H_
namespace url {
void RegisterSchemesForRobolectric();
}
#endif // URL_ANDROID_GURL_TEST_INIT_H_