blob: 315f34a90be948af3cfd6b8851f454eee793960a [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.weblayer_private;
/**
* Instantiable version of {@link GmsBridge}, don't add anything to this class!
* Downstream targets may provide a different implementation.
*/
public class GmsBridgeImpl extends GmsBridge {}