chromium/chrome/android/java/src/org/chromium/chrome/browser/AppHooksImpl.java

// Copyright 2017 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;

/**
 * Instantiatable version of {@link AppHooks}, don't add anything to this class!
 * Downstream targets may provide a different implementation. See http://crbug/560466.
 */
public class AppHooksImpl extends AppHooks {}