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

Unified Diff: webkit/fileapi/file_system_file_util.h

Issue 10829258: Clean-up inline members of nested classes (webkit/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « webkit/appcache/appcache_disk_cache.cc ('k') | webkit/fileapi/file_system_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8205dfd5148736c6d511eddef34a4f7587bf7c4d..26b98dd3894f192e156682e2ab492654df1f8c1e 100644
--- a/webkit/fileapi/file_system_file_util.h
+++ b/webkit/fileapi/file_system_file_util.h
@@ -61,10 +61,10 @@ class FILEAPI_EXPORT FileSystemFileUtil {
};
class EmptyFileEnumerator : public AbstractFileEnumerator {
- virtual FilePath Next() OVERRIDE { return FilePath(); }
- virtual int64 Size() OVERRIDE { return 0; }
- virtual base::Time LastModifiedTime() OVERRIDE { return base::Time(); }
- virtual bool IsDirectory() OVERRIDE { return false; }
+ virtual FilePath Next() OVERRIDE;
+ virtual int64 Size() OVERRIDE;
+ virtual base::Time LastModifiedTime() OVERRIDE;
+ virtual bool IsDirectory() OVERRIDE;
};
virtual ~FileSystemFileUtil() {}
« no previous file with comments | « webkit/appcache/appcache_disk_cache.cc ('k') | webkit/fileapi/file_system_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698