Index: components/breakpad/app/breakpad_linux.cc |
diff --git a/components/breakpad/app/breakpad_linux.cc b/components/breakpad/app/breakpad_linux.cc |
index fe9388ca5e9983d1dc26007ee7cedbc78f43e11f..df9d5886cfd8dd2a828f180444216ed5ec00d147 100644 |
--- a/components/breakpad/app/breakpad_linux.cc |
+++ b/components/breakpad/app/breakpad_linux.cc |
@@ -206,7 +206,7 @@ void SetClientIdFromCommandLine(const CommandLine& command_line) { |
// Get the guid from the command line switch. |
std::string switch_value = |
command_line.GetSwitchValueASCII(switches::kEnableCrashReporter); |
- GetBreakpadClient()->SetClientID(switch_value); |
+ GetBreakpadClient()->SetBreakpadClientIdFromGUID(switch_value); |
} |
// MIME substrings. |