| Index: content/common/installedapp/installed_app_provider_impl.h
|
| diff --git a/content/common/installedapp/installed_app_provider_impl.h b/content/common/installedapp/installed_app_provider_impl.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..29fae6cd97470f42b451593ec7c812538bc8a081
|
| --- /dev/null
|
| +++ b/content/common/installedapp/installed_app_provider_impl.h
|
| @@ -0,0 +1,19 @@
|
| +// Copyright 2016 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.
|
| +
|
| +#ifndef CONTENT_COMMON_INSTALLEDAPP_INSTALLED_APP_PROVIDER_IMPL_H
|
| +#define CONTENT_COMMON_INSTALLEDAPP_INSTALLED_APP_PROVIDER_IMPL_H
|
| +
|
| +#include "content/common/installedapp/installed_app_provider.mojom.h"
|
| +
|
| +namespace content {
|
| +
|
| +class InstalledAppProviderImpl {
|
| + public:
|
| + static void Create(mojo::InterfaceRequest<InstalledAppProvider> request);
|
| +};
|
| +
|
| +} // namespace content
|
| +
|
| +#endif // CONTENT_COMMON_INSTALLEDAPP_INSTALLED_APP_PROVIDER_IMPL_H
|
|
|