| Index: base/win/startup_information.h
|
| diff --git a/base/win/startup_information.h b/base/win/startup_information.h
|
| index 3f18ee58efb1e00207fd684a4de7d3f1ac6b5e02..66c287fdf4a199d9bf682681bed3230128266d32 100644
|
| --- a/base/win/startup_information.h
|
| +++ b/base/win/startup_information.h
|
| @@ -31,7 +31,7 @@ class BASE_EXPORT StartupInformation {
|
| size_t size);
|
|
|
| LPSTARTUPINFOW startup_info() { return &startup_info_.StartupInfo; }
|
| - const LPSTARTUPINFOW startup_info() const {
|
| + LPSTARTUPINFOW startup_info() const {
|
| return const_cast<const LPSTARTUPINFOW>(&startup_info_.StartupInfo);
|
| }
|
|
|
|
|