diff options
author | kkanetkar@chromium.org <kkanetkar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 23:05:14 +0000 |
---|---|---|
committer | kkanetkar@chromium.org <kkanetkar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 23:05:14 +0000 |
commit | 7fe972ec750ed840f3cbbe45c21045b0d96ca7d2 (patch) | |
tree | 1aeaeaf1ece98cf0f1b2eec773dff4bb093b9e5a /webkit/fileapi/file_system_operation.h | |
parent | 5be921a35aaf502a60c848419550a938012c3f34 (diff) | |
download | chromium_src-7fe972ec750ed840f3cbbe45c21045b0d96ca7d2.zip chromium_src-7fe972ec750ed840f3cbbe45c21045b0d96ca7d2.tar.gz chromium_src-7fe972ec750ed840f3cbbe45c21045b0d96ca7d2.tar.bz2 |
Unittest renamed to chrome_file_system_operation_unittest.cc. Deleting original one.
Svn rename didn't quite work. Also changed the comments in operations file to have clearer
message.
BUG=None
TEST=none
Review URL: http://codereview.chromium.org/3415012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_operation.h')
-rw-r--r-- | webkit/fileapi/file_system_operation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h index f9431c9..9e0fed9 100644 --- a/webkit/fileapi/file_system_operation.h +++ b/webkit/fileapi/file_system_operation.h @@ -19,9 +19,9 @@ namespace fileapi { class FileSystemOperationClient; // This class is designed to serve one-time file system operation per instance. -// Each operation method (CreateFile, CreateDirectory, Copy, Move, -// DirectoryExists, GetMetadata, ReadDirectory and Remove) must be called -// only once in its lifetime. +// Only one method(CreateFile, CreateDirectory, Copy, Move, DirectoryExists, +// GetMetadata, ReadDirectory and Remove) may be called during the lifetime of +// this object and it should be called no more than once. class FileSystemOperation { public: FileSystemOperation( |