| Index: win8/delegate_execute/crash_server_init.cc
|
| diff --git a/win8/delegate_execute/crash_server_init.cc b/win8/delegate_execute/crash_server_init.cc
|
| index 646c57bbba58beedccc13214952963a2d66e4234..127265272f260f55b9b6bd59fac28c8e06161227 100644
|
| --- a/win8/delegate_execute/crash_server_init.cc
|
| +++ b/win8/delegate_execute/crash_server_init.cc
|
| @@ -68,7 +68,7 @@ namespace delegate_execute {
|
|
|
| scoped_ptr<google_breakpad::ExceptionHandler> InitializeCrashReporting() {
|
| wchar_t temp_path[MAX_PATH + 1] = {0};
|
| - DWORD path_len = ::GetTempPath(MAX_PATH, temp_path);
|
| + ::GetTempPath(MAX_PATH, temp_path);
|
|
|
| base::string16 pipe_name;
|
| pipe_name = kGoogleUpdatePipeName;
|
|
|