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

Unified Diff: webrtc/base/unixfilesystem.h

Issue 2647663002: Delete or update left-over ASSERT use and comments. (Closed)
Patch Set: Created 3 years, 11 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
Index: webrtc/base/unixfilesystem.h
diff --git a/webrtc/base/unixfilesystem.h b/webrtc/base/unixfilesystem.h
index e3710ec4827388602c8fabc3f9de2ea65f310267..d6dfed547b5fba664fb7e27bd2ab6309c76826d0 100644
--- a/webrtc/base/unixfilesystem.h
+++ b/webrtc/base/unixfilesystem.h
@@ -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;

Powered by Google App Engine
This is Rietveld 408576698