Delete or update left-over ASSERT use and comments.

BUG=webrtc:6424,webrtc:6323

Review-Url: https://codereview.webrtc.org/2647663002
Cr-Commit-Position: refs/heads/master@{#16215}
This commit is contained in:
nisse
2017-01-23 07:43:05 -08:00
committed by Commit bot
parent da25006431
commit 0ebdf2757c
5 changed files with 8 additions and 14 deletions

View File

@ -44,7 +44,7 @@ class UnixFilesystem : public FilesystemInterface {
bool DeleteFile(const Pathname& filename) override;
// This will attempt to delete the folder located at 'folder'
// It ASSERTs and returns false if you pass it a non-existant folder or a
// It DCHECKs and returns false if you pass it a non-existant folder or a
// plain file.
bool DeleteEmptyFolder(const Pathname& folder) override;