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

Side by Side Diff: mojo/services/catalog/entry.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 | « mojo/services/catalog/catalog.cc ('k') | mojo/services/catalog/entry.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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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_SERVICES_CATALOG_ENTRY_H_ 5 #ifndef MOJO_SERVICES_CATALOG_ENTRY_H_
6 #define MOJO_SERVICES_CATALOG_ENTRY_H_ 6 #define MOJO_SERVICES_CATALOG_ENTRY_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 10
11 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "mojo/shell/public/cpp/capabilities.h" 13 #include "services/shell/public/cpp/capabilities.h"
14 14
15 namespace base { 15 namespace base {
16 class DictionaryValue; 16 class DictionaryValue;
17 } 17 }
18 18
19 namespace catalog { 19 namespace catalog {
20 20
21 // Static information about an application package known to the Catalog. 21 // Static information about an application package known to the Catalog.
22 class Entry { 22 class Entry {
23 public: 23 public:
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 } // namespace catalog 67 } // namespace catalog
68 68
69 namespace mojo { 69 namespace mojo {
70 template <> 70 template <>
71 struct TypeConverter<shell::mojom::ResolveResultPtr, catalog::Entry> { 71 struct TypeConverter<shell::mojom::ResolveResultPtr, catalog::Entry> {
72 static shell::mojom::ResolveResultPtr Convert(const catalog::Entry& input); 72 static shell::mojom::ResolveResultPtr Convert(const catalog::Entry& input);
73 }; 73 };
74 } 74 }
75 75
76 #endif // MOJO_SERVICES_CATALOG_ENTRY_H_ 76 #endif // MOJO_SERVICES_CATALOG_ENTRY_H_
OLDNEW
« no previous file with comments | « mojo/services/catalog/catalog.cc ('k') | mojo/services/catalog/entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698