Roll src/third_party/WebKit 7d313db:88b90a6 (svn 202266:202267)
[chromium-blink-merge.git] / mandoline / app / core_services_initialization.h
blobe8601de591d41bca3af96fb55b15cf1d3d34363e
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_
8 namespace mojo {
9 namespace runner {
10 class Context;
14 namespace mandoline {
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_