chromium/chrome/browser/web_applications/test/fake_externally_managed_app_manager.h

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

#ifndef CHROME_BROWSER_WEB_APPLICATIONS_TEST_FAKE_EXTERNALLY_MANAGED_APP_MANAGER_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_TEST_FAKE_EXTERNALLY_MANAGED_APP_MANAGER_H_

#include <vector>

#include "chrome/browser/web_applications/externally_managed_app_manager.h"
#include "components/webapps/browser/install_result_code.h"

namespace web_app {

class FakeExternallyManagedAppManager : public ExternallyManagedAppManager {};

}  // namespace web_app

#endif  // CHROME_BROWSER_WEB_APPLICATIONS_TEST_FAKE_EXTERNALLY_MANAGED_APP_MANAGER_H_