| Index: chrome/app/chrome_breakpad_client.h
|
| diff --git a/chrome/app/chrome_breakpad_client.h b/chrome/app/chrome_breakpad_client.h
|
| index 489e8fe512b0bd480dcb811f5bfe4e9443be6670..7b750bd201461567df49a75408dc616c73ab195f 100644
|
| --- a/chrome/app/chrome_breakpad_client.h
|
| +++ b/chrome/app/chrome_breakpad_client.h
|
| @@ -17,7 +17,8 @@ class ChromeBreakpadClient : public breakpad::BreakpadClient {
|
| virtual ~ChromeBreakpadClient();
|
|
|
| // breakpad::BreakpadClient implementation.
|
| - virtual void SetClientID(const std::string& client_id) OVERRIDE;
|
| + virtual void SetBreakpadClientIdFromGUID(
|
| + const std::string& client_guid) OVERRIDE;
|
| #if defined(OS_WIN)
|
| virtual bool GetAlternativeCrashDumpLocation(base::FilePath* crash_dir)
|
| OVERRIDE;
|
|
|