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

Side by Side Diff: content/common/service_manager/service_manager_connection_impl.h

Issue 2608513002: Remove mojo::String. (Closed)
Patch Set: rebase Created 3 years, 11 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 | « content/child/mojo/type_converters.h ('k') | device/geolocation/geolocation_service_impl.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 CONTENT_COMMON_SERVICE_MANAGER_SERVICE_MANAGER_CONNECTION_IMPL_H_ 5 #ifndef CONTENT_COMMON_SERVICE_MANAGER_SERVICE_MANAGER_CONNECTION_IMPL_H_
6 #define CONTENT_COMMON_SERVICE_MANAGER_SERVICE_MANAGER_CONNECTION_IMPL_H_ 6 #define CONTENT_COMMON_SERVICE_MANAGER_SERVICE_MANAGER_CONNECTION_IMPL_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "base/sequenced_task_runner.h" 13 #include "base/sequenced_task_runner.h"
14 #include "content/public/common/service_manager_connection.h" 14 #include "content/public/common/service_manager_connection.h"
15 #include "mojo/public/cpp/bindings/string.h"
16 #include "mojo/public/cpp/system/message_pipe.h" 15 #include "mojo/public/cpp/system/message_pipe.h"
17 #include "services/service_manager/public/cpp/identity.h" 16 #include "services/service_manager/public/cpp/identity.h"
18 #include "services/service_manager/public/interfaces/service.mojom.h" 17 #include "services/service_manager/public/interfaces/service.mojom.h"
19 18
20 namespace service_manager { 19 namespace service_manager {
21 class Connector; 20 class Connector;
22 } 21 }
23 22
24 namespace content { 23 namespace content {
25 24
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 std::map<int, OnConnectHandler> on_connect_handlers_; 80 std::map<int, OnConnectHandler> on_connect_handlers_;
82 81
83 base::WeakPtrFactory<ServiceManagerConnectionImpl> weak_factory_; 82 base::WeakPtrFactory<ServiceManagerConnectionImpl> weak_factory_;
84 83
85 DISALLOW_COPY_AND_ASSIGN(ServiceManagerConnectionImpl); 84 DISALLOW_COPY_AND_ASSIGN(ServiceManagerConnectionImpl);
86 }; 85 };
87 86
88 } // namespace content 87 } // namespace content
89 88
90 #endif // CONTENT_COMMON_SERVICE_MANAGER_SERVICE_MANAGER_CONNECTION_IMPL_H_ 89 #endif // CONTENT_COMMON_SERVICE_MANAGER_SERVICE_MANAGER_CONNECTION_IMPL_H_
OLDNEW
« no previous file with comments | « content/child/mojo/type_converters.h ('k') | device/geolocation/geolocation_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698