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

Side by Side Diff: services/native_support/process_impl.h

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 years, 2 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 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 SERVICES_NATIVE_SUPPORT_PROCESS_IMPL_H_ 5 #ifndef SERVICES_NATIVE_SUPPORT_PROCESS_IMPL_H_
6 #define SERVICES_NATIVE_SUPPORT_PROCESS_IMPL_H_ 6 #define SERVICES_NATIVE_SUPPORT_PROCESS_IMPL_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "base/task_runner.h" 13 #include "base/task_runner.h"
14 #include "mojo/public/cpp/bindings/interface_request.h" 14 #include "mojo/public/cpp/bindings/interface_request.h"
15 #include "mojo/public/cpp/bindings/strong_binding.h" 15 #include "mojo/public/cpp/bindings/strong_binding.h"
16 #include "mojo/services/native_support/public/interfaces/process.mojom.h" 16 #include "mojo/services/native_support/interfaces/process.mojom.h"
17 17
18 namespace mojo { 18 namespace mojo {
19 class ApplicationConnection; 19 class ApplicationConnection;
20 } 20 }
21 21
22 namespace native_support { 22 namespace native_support {
23 23
24 class ProcessIORedirection; 24 class ProcessIORedirection;
25 25
26 class ProcessImpl : public Process { 26 class ProcessImpl : public Process {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 scoped_refptr<base::TaskRunner> worker_runner_; 61 scoped_refptr<base::TaskRunner> worker_runner_;
62 mojo::StrongBinding<Process> binding_; 62 mojo::StrongBinding<Process> binding_;
63 63
64 DISALLOW_COPY_AND_ASSIGN(ProcessImpl); 64 DISALLOW_COPY_AND_ASSIGN(ProcessImpl);
65 }; 65 };
66 66
67 } // namespace native_support 67 } // namespace native_support
68 68
69 #endif // SERVICES_NATIVE_SUPPORT_PROCESS_IMPL_H_ 69 #endif // SERVICES_NATIVE_SUPPORT_PROCESS_IMPL_H_
OLDNEW
« no previous file with comments | « services/native_support/process_controller_impl.h ('k') | services/native_support/process_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698