| Index: chrome/browser/browser_process_platform_part_chromeos.h
|
| diff --git a/chrome/browser/browser_process_platform_part_chromeos.h b/chrome/browser/browser_process_platform_part_chromeos.h
|
| index 6012af98c7321305d642e27ce6bd475032bdc3dd..ac14bab5d53b44eeeded3d42729efab148c3250d 100644
|
| --- a/chrome/browser/browser_process_platform_part_chromeos.h
|
| +++ b/chrome/browser/browser_process_platform_part_chromeos.h
|
| @@ -38,6 +38,7 @@ namespace session_manager {
|
| class SessionManager;
|
| }
|
|
|
| +class MemoryPressureMonitorChromeOS;
|
| class Profile;
|
|
|
| class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase,
|
| @@ -107,6 +108,7 @@ class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase,
|
| bool created_profile_helper_;
|
| scoped_ptr<chromeos::ProfileHelper> profile_helper_;
|
|
|
| + scoped_ptr<MemoryPressureMonitorChromeOS> memory_pressure_monitor_;
|
| scoped_ptr<chromeos::OomPriorityManager> oom_priority_manager_;
|
|
|
| scoped_ptr<chromeos::system::AutomaticRebootManager>
|
|
|