Index: components/installedapp/installed_app_provider_impl.h |
diff --git a/components/installedapp/installed_app_provider_impl.h b/components/installedapp/installed_app_provider_impl.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f797ea83371c615b229cda97f1e429f9486da5d2 |
--- /dev/null |
+++ b/components/installedapp/installed_app_provider_impl.h |
@@ -0,0 +1,21 @@ |
+// Copyright 2014 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 COMPONENTS_INSTALLEDAPP_INSTALLEDAPP_MANAGER_IMPL_H_ |
+#define COMPONENTS_INSTALLEDAPP_INSTALLEDAPP_MANAGER_IMPL_H_ |
+ |
+#include "components/installedapp/installed_app_export.h" |
+#include "components/installedapp/installed_app_provider.mojom.h" |
+ |
+namespace components { |
+ |
+class InstalledAppProviderImpl { |
+ public: |
+ COMPONENTS_INSTALLEDAPP_EXPORT static void Create( |
+ mojo::InterfaceRequest<InstalledAppProvider> request); |
+}; |
+ |
+} // namespace components |
+ |
+#endif // COMPONENTS_INSTALLEDAPP_INSTALLEDAPP_MANAGER_IMPL_H_ |