diff options
author | ahendrickson@chromium.org <ahendrickson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-10 02:11:24 +0000 |
---|---|---|
committer | ahendrickson@chromium.org <ahendrickson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-10 02:11:24 +0000 |
commit | 96d7382c6793989357e86cdffcaf07d93c8a1f56 (patch) | |
tree | 12ca6d4dc73e4c89136a510ca2fbd7eb222e8b58 /base | |
parent | 5889766753d3c505b544f0fdd52dc1b3b900e047 (diff) | |
download | chromium_src-96d7382c6793989357e86cdffcaf07d93c8a1f56.zip chromium_src-96d7382c6793989357e86cdffcaf07d93c8a1f56.tar.gz chromium_src-96d7382c6793989357e86cdffcaf07d93c8a1f56.tar.bz2 |
FileStream unit tests now check for file close.
willchan: base/platform_file_win.cc has a comment correction.
others: net/base/file_stream_unittest.cc
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8112006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/platform_file_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/platform_file_win.cc b/base/platform_file_win.cc index 072c24a..d3755aa 100644 --- a/base/platform_file_win.cc +++ b/base/platform_file_win.cc @@ -224,4 +224,4 @@ bool GetPlatformFileInfo(PlatformFile file, PlatformFileInfo* info) { return true; } -} // namespace disk_cache +} // namespace base |