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