summaryrefslogtreecommitdiffstats
path: root/mandoline/app/core_services_initialization.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandoline/app/core_services_initialization.h')
-rw-r--r--mandoline/app/core_services_initialization.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/mandoline/app/core_services_initialization.h b/mandoline/app/core_services_initialization.h
deleted file mode 100644
index e8601de..0000000
--- a/mandoline/app/core_services_initialization.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2015 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 MANDOLINE_APP_CORE_SERVICES_INITIALIZATION_H_
-#define MANDOLINE_APP_CORE_SERVICES_INITIALIZATION_H_
-
-namespace mojo {
-namespace runner {
-class Context;
-}
-}
-
-namespace mandoline {
-
-// Sets up the aliases that forward applications to core_services.
-void InitCoreServicesForContext(mojo::runner::Context* context);
-
-} // namespace mandoline
-
-#endif // MANDOLINE_APP_CORE_SERVICES_INITIALIZATION_H_