| Index: chrome/browser/chrome_browser_main_extra_parts.h
|
| diff --git a/chrome/browser/chrome_browser_main_extra_parts.h b/chrome/browser/chrome_browser_main_extra_parts.h
|
| index a76659266ea31ae7c09c25fa895a4658b22eab1e..7d9a2eee98fbe1a49df30c9a3ca436b2118f38fd 100644
|
| --- a/chrome/browser/chrome_browser_main_extra_parts.h
|
| +++ b/chrome/browser/chrome_browser_main_extra_parts.h
|
| @@ -6,7 +6,7 @@
|
| #define CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_H_
|
|
|
| namespace content {
|
| -class MojoShellConnection;
|
| +class ServiceManagerConnection;
|
| }
|
|
|
| // Interface class for Parts owned by ChromeBrowserMainParts.
|
| @@ -38,8 +38,8 @@ class ChromeBrowserMainExtraParts {
|
|
|
| // MainMessageLoopRun methods.
|
| virtual void PreCreateThreads() {}
|
| - virtual void MojoShellConnectionStarted(
|
| - content::MojoShellConnection* connection) {}
|
| + virtual void ServiceManagerConnectionStarted(
|
| + content::ServiceManagerConnection* connection) {}
|
| virtual void PreProfileInit() {}
|
| virtual void PostProfileInit() {}
|
| virtual void PreBrowserStart() {}
|
|
|