| Index: components/breakpad/app/breakpad_client.h
|
| diff --git a/components/breakpad/app/breakpad_client.h b/components/breakpad/app/breakpad_client.h
|
| index fb3b20506bee0eca31a552d3e43a9b6fda7bbbf2..c4fbece5ba4965fa3f913328eb6bae57f405a4d4 100644
|
| --- a/components/breakpad/app/breakpad_client.h
|
| +++ b/components/breakpad/app/breakpad_client.h
|
| @@ -46,7 +46,7 @@ class BreakpadClient {
|
|
|
| // Sets the Breakpad client ID, which is a unique identifier for the client
|
| // that is sending crash reports. After it is set, it should not be changed.
|
| - virtual void SetClientID(const std::string& client_id);
|
| + virtual void InitClientID(const std::string& client_id);
|
|
|
| #if defined(OS_WIN)
|
| // Returns true if an alternative location to store the minidump files was
|
|
|