Chromium Code Reviews| Index: bin/file_win.cc |
| =================================================================== |
| --- bin/file_win.cc (revision 714) |
| +++ bin/file_win.cc (working copy) |
| @@ -121,7 +121,7 @@ |
| char* File::GetCanonicalPath(const char* pathname) { |
| - UNIMPLEMENTED(); |
| + // TODO(176): Need to implement this. |
|
regis
2011/10/25 21:18:14
Is 176 the correct issue number?
siva
2011/10/25 21:55:26
Oh it is 172, I will correct this.
On 2011/10/25
|
| return strdup(pathname); |
| } |