Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / breakpad / app / breakpad_mac.mm
index d46b0c4..6cb5504 100644 (file)
@@ -238,9 +238,9 @@ void InitCrashReporter(const std::string& process_type) {
 
   if (!is_browser) {
     // Get the guid from the command line switch.
-    std::string guid =
+    std::string client_guid =
         command_line->GetSwitchValueASCII(switches::kEnableCrashReporter);
-    GetBreakpadClient()->SetClientID(guid);
+    GetBreakpadClient()->SetBreakpadClientIdFromGUID(client_guid);
   }
 
   logging::SetLogMessageHandler(&FatalMessageHandler);