| Index: chrome/app/chrome_crash_reporter_client_win.h
|
| diff --git a/chrome/app/chrome_crash_reporter_client_win.h b/chrome/app/chrome_crash_reporter_client_win.h
|
| index 8dc896444f91fb0ae1f7b5a08d34cee575e60235..a68382657c216b4739f918be49187b770cc60cf4 100644
|
| --- a/chrome/app/chrome_crash_reporter_client_win.h
|
| +++ b/chrome/app/chrome_crash_reporter_client_win.h
|
| @@ -37,7 +37,7 @@ class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient {
|
| int GetResultCodeRespawnFailed() override;
|
|
|
| bool GetCrashDumpLocation(base::string16* crash_dir) override;
|
| - bool GetCrashMetricsLocation(base::string16* crash_dir) override;
|
| + bool GetCrashMetricsLocation(base::string16* metrics_dir) override;
|
|
|
| size_t RegisterCrashKeys() override;
|
|
|
|
|