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 e1d66ee7de2fafe4b921992bbf5070b4652b5360..da0f7aeede3da76ee6c968e0d21df96517a75158 100644 |
--- a/chrome/browser/chrome_process_finder_win.cc |
+++ b/chrome/browser/chrome_process_finder_win.cc |
@@ -149,7 +149,7 @@ NotifyChromeResult AttemptToNotifyRunningChrome(HWND remote_window, |
command_line.AppendSwitchASCII( |
switches::kOriginalProcessStartTime, |
base::Int64ToString( |
- base::CurrentProcessInfo::CreationTime()->ToInternalValue())); |
+ base::CurrentProcessInfo::CreationTime().ToInternalValue())); |
if (fast_start) |
command_line.AppendSwitch(switches::kFastStart); |