Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / breakpad / app / breakpad_client.cc
index 84931ea..5c763ca 100644 (file)
@@ -27,7 +27,8 @@ BreakpadClient* GetBreakpadClient() {
 BreakpadClient::BreakpadClient() {}
 BreakpadClient::~BreakpadClient() {}
 
-void BreakpadClient::SetClientID(const std::string& client_id) {
+void BreakpadClient::SetBreakpadClientIdFromGUID(
+    const std::string& client_guid) {
 }
 
 #if defined(OS_WIN)