Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: mojo/shell/child_process.h

Issue 203373004: Mojo: Move mojo/system/embedder to mojo/embedder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/shell/DEPS ('k') | mojo/shell/child_process.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MOJO_SHELL_CHILD_PROCESS_H_ 5 #ifndef MOJO_SHELL_CHILD_PROCESS_H_
6 #define MOJO_SHELL_CHILD_PROCESS_H_ 6 #define MOJO_SHELL_CHILD_PROCESS_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "mojo/system/embedder/scoped_platform_handle.h" 10 #include "mojo/embedder/scoped_platform_handle.h"
11 11
12 namespace base { 12 namespace base {
13 class CommandLine; 13 class CommandLine;
14 } 14 }
15 15
16 namespace mojo { 16 namespace mojo {
17 namespace shell { 17 namespace shell {
18 18
19 // A base class for child processes -- i.e., code that is actually run within 19 // A base class for child processes -- i.e., code that is actually run within
20 // the child process. (Instances are manufactured by |Create()|.) 20 // the child process. (Instances are manufactured by |Create()|.)
(...skipping 30 matching lines...) Expand all
51 // Available in |Main()| (after |Run()|). 51 // Available in |Main()| (after |Run()|).
52 embedder::ScopedPlatformHandle platform_channel_; 52 embedder::ScopedPlatformHandle platform_channel_;
53 53
54 DISALLOW_COPY_AND_ASSIGN(ChildProcess); 54 DISALLOW_COPY_AND_ASSIGN(ChildProcess);
55 }; 55 };
56 56
57 } // namespace shell 57 } // namespace shell
58 } // namespace mojo 58 } // namespace mojo
59 59
60 #endif // MOJO_SHELL_CHILD_PROCESS_H_ 60 #endif // MOJO_SHELL_CHILD_PROCESS_H_
OLDNEW
« no previous file with comments | « mojo/shell/DEPS ('k') | mojo/shell/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698