| Index: chrome/browser/chrome_browser_main.h | 
| diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h | 
| index bc3faceda122494e87fe21f4d297a641096a84cb..140a9606bc4cc776b60cfae1e6477b821be24529 100644 | 
| --- a/chrome/browser/chrome_browser_main.h | 
| +++ b/chrome/browser/chrome_browser_main.h | 
| @@ -23,7 +23,6 @@ class BrowserProcessImpl; | 
| class ChromeBrowserMainExtraParts; | 
| class FieldTrialSynchronizer; | 
| class MetricsService; | 
| -class MojoRunnerState; | 
| class PrefService; | 
| class ProcessPowerCollector; | 
| class Profile; | 
| @@ -192,10 +191,6 @@ class ChromeBrowserMainParts : public content::BrowserMainParts { | 
| // Members needed across shutdown methods. | 
| bool restart_last_session_; | 
|  | 
| -#if defined(MOJO_RUNNER_CLIENT) | 
| -  scoped_ptr<MojoRunnerState> mojo_runner_state_; | 
| -#endif | 
| - | 
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainParts); | 
| }; | 
|  | 
|  |