// 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_