1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef MANDOLINE_APP_CORE_SERVICES_INITIALIZATION_H_
6 #define MANDOLINE_APP_CORE_SERVICES_INITIALIZATION_H_
16 // Sets up the aliases that forward applications to core_services.
17 void InitCoreServicesForContext(mojo::runner::Context
* context
);
19 } // namespace mandoline
21 #endif // MANDOLINE_APP_CORE_SERVICES_INITIALIZATION_H_