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

Side by Side Diff: services/shell/standalone/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
« no previous file with comments | « services/shell/standalone/DEPS ('k') | services/shell/standalone/context.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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_STANDALONE_CONTEXT_H_ 5 #ifndef SERVICES_SHELL_STANDALONE_CONTEXT_H_
6 #define MOJO_SHELL_STANDALONE_CONTEXT_H_ 6 #define SERVICES_SHELL_STANDALONE_CONTEXT_H_
7 7
8 #include "base/callback_forward.h" 8 #include "base/callback_forward.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/threading/thread.h" 12 #include "base/threading/thread.h"
13 #include "base/time/time.h" 13 #include "base/time/time.h"
14 #include "mojo/edk/embedder/process_delegate.h" 14 #include "mojo/edk/embedder/process_delegate.h"
15 #include "mojo/shell/shell.h" 15 #include "services/shell/shell.h"
16 #include "mojo/shell/standalone/tracer.h" 16 #include "services/shell/standalone/tracer.h"
17 17
18 namespace base { 18 namespace base {
19 class SingleThreadTaskRunner; 19 class SingleThreadTaskRunner;
20 } 20 }
21 21
22 namespace catalog { 22 namespace catalog {
23 class Factory; 23 class Factory;
24 class Store; 24 class Store;
25 } 25 }
26 26
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 scoped_ptr<Shell> shell_; 76 scoped_ptr<Shell> shell_;
77 base::Time main_entry_time_; 77 base::Time main_entry_time_;
78 bool init_edk_ = false; 78 bool init_edk_ = false;
79 79
80 DISALLOW_COPY_AND_ASSIGN(Context); 80 DISALLOW_COPY_AND_ASSIGN(Context);
81 }; 81 };
82 82
83 } // namespace shell 83 } // namespace shell
84 } // namespace mojo 84 } // namespace mojo
85 85
86 #endif // MOJO_SHELL_STANDALONE_CONTEXT_H_ 86 #endif // SERVICES_SHELL_STANDALONE_CONTEXT_H_
OLDNEW
« no previous file with comments | « services/shell/standalone/DEPS ('k') | services/shell/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698