Index: chrome/browser/chromeos/login/hwid_checker.cc |
diff --git a/chrome/browser/chromeos/login/hwid_checker.cc b/chrome/browser/chromeos/login/hwid_checker.cc |
index 1877e2d2a5f1f0ac0ed8f86197db3e5c0ba34a64..f04337ca31bd6b35b45240a3d2a252bf7664f460 100644 |
--- a/chrome/browser/chromeos/login/hwid_checker.cc |
+++ b/chrome/browser/chromeos/login/hwid_checker.cc |
@@ -112,7 +112,7 @@ bool IsMachineHWIDCorrect() { |
#if !defined(GOOGLE_CHROME_BUILD) |
return true; |
#endif |
- CommandLine* cmd_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); |
if (cmd_line->HasSwitch(::switches::kTestType)) |
return true; |
if (!base::SysInfo::IsRunningOnChromeOS()) |