Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index c1c07dc7cfc3734fe8ef4f6ab8bf67544d72c7d4..2ed6b9fc973b888271211f0903bbdd69e15a9a8c 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -488,7 +488,7 @@ void BrowserMainLoop::MainMessageLoopStart() { |
InitializeMainThread(); |
#if defined(OS_CHROMEOS) |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
chromeos::switches::kUseMemoryPressureSystemChromeOS)) { |
memory_pressure_observer_.reset(new base::MemoryPressureObserverChromeOS); |
} |