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

Side by Side Diff: content/browser/mojo/mojo_shell_context.h

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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 CONTENT_BROWSER_MOJO_MOJO_SHELL_CONTEXT_H_ 5 #ifndef CONTENT_BROWSER_MOJO_MOJO_SHELL_CONTEXT_H_
6 #define CONTENT_BROWSER_MOJO_MOJO_SHELL_CONTEXT_H_ 6 #define CONTENT_BROWSER_MOJO_MOJO_SHELL_CONTEXT_H_
7 7
8 #include <map> 8 #include <map>
9 #include <memory> 9 #include <memory>
10 10
11 #include "base/callback_forward.h" 11 #include "base/callback_forward.h"
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/lazy_instance.h" 13 #include "base/lazy_instance.h"
14 #include "base/macros.h" 14 #include "base/macros.h"
15 #include "base/single_thread_task_runner.h" 15 #include "base/single_thread_task_runner.h"
16 #include "content/common/content_export.h" 16 #include "content/common/content_export.h"
17 #include "mojo/shell/public/interfaces/connector.mojom.h" 17 #include "services/shell/public/interfaces/connector.mojom.h"
18 #include "mojo/shell/shell.h" 18 #include "services/shell/shell.h"
19 19
20 namespace catalog { 20 namespace catalog {
21 class Factory; 21 class Factory;
22 } 22 }
23 23
24 namespace mojo { 24 namespace mojo {
25 class ShellClient; 25 class ShellClient;
26 } 26 }
27 27
28 namespace content { 28 namespace content {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 std::unique_ptr<BuiltinManifestProvider> manifest_provider_; 71 std::unique_ptr<BuiltinManifestProvider> manifest_provider_;
72 std::unique_ptr<catalog::Factory> catalog_; 72 std::unique_ptr<catalog::Factory> catalog_;
73 std::unique_ptr<mojo::shell::Shell> shell_; 73 std::unique_ptr<mojo::shell::Shell> shell_;
74 74
75 DISALLOW_COPY_AND_ASSIGN(MojoShellContext); 75 DISALLOW_COPY_AND_ASSIGN(MojoShellContext);
76 }; 76 };
77 77
78 } // namespace content 78 } // namespace content
79 79
80 #endif // CONTENT_BROWSER_MOJO_MOJO_SHELL_CONTEXT_H_ 80 #endif // CONTENT_BROWSER_MOJO_MOJO_SHELL_CONTEXT_H_
OLDNEW
« no previous file with comments | « content/browser/mojo/mojo_child_connection.cc ('k') | content/browser/mojo/mojo_shell_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698