// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/apps/app_service/app_service_proxy_desktop.h" #include "chrome/browser/apps/app_service/publisher_host.h" namespace apps { AppServiceProxy::AppServiceProxy(Profile* profile) : … { … } AppServiceProxy::~AppServiceProxy() = default; void AppServiceProxy::Initialize() { … } bool AppServiceProxy::MaybeShowLaunchPreventionDialog( const apps::AppUpdate& update) { … } } // namespace apps