[Sync] Fix invalidations on Android.
[chromium-blink-merge.git] / mojo / shell / child_process.h
blobc0cc431aeb6929bb009adb61d3991f4cc2f1e5e4
1 // Copyright 2014 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 MOJO_SHELL_CHILD_PROCESS_H_
6 #define MOJO_SHELL_CHILD_PROCESS_H_
8 namespace mojo {
9 namespace shell {
11 // Main method for a child process.
12 int ChildProcessMain();
14 } // namespace shell
15 } // namespace mojo
17 #endif // MOJO_SHELL_CHILD_PROCESS_H_