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 4a87f872a6e88226b2c0122fa2e6d27e1a3df85e..b8cb03ed458542a40495ef1999b3474da0bd7893 100644 |
| --- a/content/browser/browser_main_loop.h |
| +++ b/content/browser/browser_main_loop.h |
| @@ -23,9 +23,13 @@ class SystemMonitor; |
| #if defined(OS_CHROMEOS) |
| class MemoryPressureObserverChromeOS; |
| #endif |
| -namespace debug { |
| +namespace trace_event { |
| class TraceMemoryController; |
| class TraceEventSystemStatsMonitor; |
| +} // namespace trace_event |
| +namespace debug { |
|
Primiano Tucci (use gerrit)
2015/01/27 14:34:11
Why did you add the trailing comment here and not
|
| +using ::base::trace_event::TraceMemoryController; |
|
Primiano Tucci (use gerrit)
2015/01/27 14:34:11
Nit: blankline
|
| +using ::base::trace_event::TraceEventSystemStatsMonitor; |
| } // namespace debug |
| } // namespace base |