Index: chrome/browser/chrome_process_finder_win.cc |
diff --git a/chrome/browser/chrome_process_finder_win.cc b/chrome/browser/chrome_process_finder_win.cc |
index 58248244b63ee3af15485853fd82fab884115564..52efec5c464e1765650e7f8f11d713e9ed4326a2 100644 |
--- a/chrome/browser/chrome_process_finder_win.cc |
+++ b/chrome/browser/chrome_process_finder_win.cc |
@@ -151,7 +151,7 @@ NotifyChromeResult AttemptToNotifyRunningChrome(HWND remote_window, |
} |
#endif |
- CommandLine command_line(*CommandLine::ForCurrentProcess()); |
+ base::CommandLine command_line(*base::CommandLine::ForCurrentProcess()); |
command_line.AppendSwitchASCII( |
switches::kOriginalProcessStartTime, |
base::Int64ToString( |