blob: 2bf6ddca094aeaa2d815f866dbda4b3507ff2857 [file] [log] [blame]
// Copyright 2017 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.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 {}