From 6b10fd03dd0b8ddb91235c49d3f498fb2002c20d Mon Sep 17 00:00:00 2001 From: avi Date: Mon, 22 Dec 2014 21:51:23 -0800 Subject: Make callers of CommandLine use it via the base:: namespace. Covers testing/, tools/, ui/, and win8/. BUG=422426 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/819223002 Cr-Commit-Position: refs/heads/master@{#309538} --- win8/metro_driver/metro_driver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win8/metro_driver/metro_driver.cc') diff --git a/win8/metro_driver/metro_driver.cc b/win8/metro_driver/metro_driver.cc index a60af6b..4eedfdc 100644 --- a/win8/metro_driver/metro_driver.cc +++ b/win8/metro_driver/metro_driver.cc @@ -85,7 +85,7 @@ int InitMetro() { if (base::win::GetVersion() < base::win::VERSION_WIN7) return 1; // Initialize the command line. - CommandLine::Init(0, NULL); + base::CommandLine::Init(0, NULL); // Initialize the logging system. logging::LoggingSettings settings; settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; -- cgit v1.1