Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1716)

Unified Diff: bin/file_win.cc

Issue 8341032: Fix windows build. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698