Index: chrome/installer/util/google_chrome_distribution.cc |
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc |
index 6d5dd8fdf0488e1a143c9df29b399eec38a801d6..c080f4cb08a9432e95fd695b1c5158d20a4af60a 100644 |
--- a/chrome/installer/util/google_chrome_distribution.cc |
+++ b/chrome/installer/util/google_chrome_distribution.cc |
@@ -767,7 +767,7 @@ void GoogleChromeDistribution::InactiveUserToastExperiment(int flavor, |
// The command line should now have the url added as: |
// "chrome.exe -- <url>" |
DCHECK_NE(std::wstring::npos, |
- options.command_line_string().find(L" -- " + url)); |
+ options.GetCommandLineString().find(L" -- " + url)); |
} |
// Launch chrome now. It will show the toast UI. |
int32 exit_code = 0; |