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

Unified Diff: webkit/fileapi/file_system_file_util.h

Issue 7087028: roll clang 131935:132017 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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
Index: webkit/fileapi/file_system_file_util.h
diff --git a/webkit/fileapi/file_system_file_util.h b/webkit/fileapi/file_system_file_util.h
index d6b72e6ff99fe9fbdc88b84362ec88d7677d239f..f6f8cfccbed7979c51f3bf480532bb1c9295fc19 100644
--- a/webkit/fileapi/file_system_file_util.h
+++ b/webkit/fileapi/file_system_file_util.h
@@ -232,6 +232,7 @@ class FileSystemFileUtil {
protected:
FileSystemFileUtil() { }
+ virtual ~FileSystemFileUtil() { }
// Deletes a directory and all entries under the directory.
//

Powered by Google App Engine
This is Rietveld 408576698