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

Unified Diff: content/child/child_thread.h

Issue 265793015: Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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
Index: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 8887e7af753ffa35f31501b7faaec2ff1db768a8..1b04830763bf9462bca12913bc9838c6a0f834e9 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -58,7 +58,7 @@ struct RequestInfo;
// The main thread of a child process derives from this class.
class CONTENT_EXPORT ChildThread : public IPC::Listener,
public IPC::Sender,
- public mojo::ShellClient {
+ public NON_EXPORTED_BASE(mojo::ShellClient) {
public:
// Creates the thread.
ChildThread();

Powered by Google App Engine
This is Rietveld 408576698