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

Unified Diff: content/browser/browser_child_process_host_impl.h

Issue 2398783002: Rename a bunch of Mojo Application stuff to reference Services. (Closed)
Patch Set: . Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_child_process_host_impl.h
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
index 43cd8bebc276fc86113f28bc3df96f6bb4824306..c10b9adf263f99ebfc636e46b9bd2097688e32f4 100644
--- a/content/browser/browser_child_process_host_impl.h
+++ b/content/browser/browser_child_process_host_impl.h
@@ -40,7 +40,7 @@ namespace content {
class BrowserChildProcessHostIterator;
class BrowserChildProcessObserver;
class BrowserMessageFilter;
-class MojoChildConnection;
+class ChildConnection;
// Plugins/workers and other child processes that live on the IO thread use this
// class. RenderProcessHostImpl is the main exception that doesn't use this
@@ -108,7 +108,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
BrowserChildProcessHostDelegate* delegate() const { return delegate_; }
- MojoChildConnection* child_connection() const {
+ ChildConnection* child_connection() const {
return child_connection_.get();
}
@@ -153,7 +153,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
std::unique_ptr<ChildProcessHost> child_process_host_;
const std::string child_token_;
- std::unique_ptr<MojoChildConnection> child_connection_;
+ std::unique_ptr<ChildConnection> child_connection_;
std::unique_ptr<ChildProcessLauncher> child_process_;
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698