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

Unified Diff: test/file-stream.h

Issue 16310007: [OTS] Fix assertion failure on Windows debug build (Closed) Base URL: http://ots.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 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 | « src/woff2.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/file-stream.h
===================================================================
--- test/file-stream.h (revision 101)
+++ test/file-stream.h (working copy)
@@ -38,8 +38,8 @@
position_ = position;
return true;
}
+#endif // defined(_WIN32)
return false;
-#endif // defined(_WIN32)
}
off_t Tell() const {
« no previous file with comments | « src/woff2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698