Chromium Code Reviews| Index: src/platform-win32.cc |
| =================================================================== |
| --- src/platform-win32.cc (revision 2600) |
| +++ src/platform-win32.cc (working copy) |
| @@ -603,7 +603,7 @@ |
| // Returns a string identifying the current timezone taking into |
| // account daylight saving. |
| -char* OS::LocalTimezone(double time) { |
| +const char* OS::LocalTimezone(double time) { |
| return Time(time).LocalTimezone(); |
| } |