blob: 86f47e1e9ec6a91209a0f05dff6530a325ea5c82 [file] [log] [blame]
// Copyright 2020 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;
import org.chromium.chrome.browser.base.SplitCompatGcmTaskService;
import org.chromium.chrome.browser.base.SplitCompatUtils;
/** See {@link ChromeBackgroundServiceImpl}. */
public class ChromeBackgroundService extends SplitCompatGcmTaskService {
public ChromeBackgroundService() {
super(SplitCompatUtils.getIdentifierName(
"org.chromium.chrome.browser.ChromeBackgroundServiceImpl"));
}
}