chromium/chrome/browser/password_manager/android/java/src/org/chromium/chrome/browser/password_manager/CredentialManagerLauncherFactoryImpl.java

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package org.chromium.chrome.browser.password_manager;

/**
 * Instantiable version of {@link CredentialManagerLauncherFactory}, don't add anything to this
 * class. Downstream provides an actual implementation. In the build files, we specify that
 * {@link CredentialManagerLauncherFactory} is compiled separately from its implementation; other
 * projects may specify a different CredentialManagerLauncherFactoryImpl via GN.
 */
class CredentialManagerLauncherFactoryImpl extends CredentialManagerLauncherFactory {}