Chromium Code Reviews| Index: content/browser/browser_main_loop.h |
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h |
| index 7184b4cc882236a6b6b0ede0b7b3785c3ebc8e27..2734e0086859c743da02a92becc53ebb401ad92c 100644 |
| --- a/content/browser/browser_main_loop.h |
| +++ b/content/browser/browser_main_loop.h |
| @@ -16,6 +16,9 @@ class HighResolutionTimerManager; |
| class MessageLoop; |
| class PowerMonitor; |
| class SystemMonitor; |
| +namespace debug { |
| +class TraceMemoryController; |
| +} |
|
jar (doing other things)
2013/07/12 01:24:26
nit: Namespace termination curlies should have com
James Cook
2013/07/12 17:40:27
Done, but are you sure you want me to do this? Ac
|
| } |
| namespace media { |
| @@ -146,6 +149,7 @@ class CONTENT_EXPORT BrowserMainLoop { |
| scoped_ptr<BrowserProcessSubThread> io_thread_; |
| scoped_ptr<base::Thread> indexed_db_thread_; |
| scoped_ptr<MemoryObserver> memory_observer_; |
| + scoped_ptr<base::debug::TraceMemoryController> trace_memory_controller_; |
| DISALLOW_COPY_AND_ASSIGN(BrowserMainLoop); |
| }; |