| Index: webkit/browser/fileapi/local_file_system_operation.h
|
| diff --git a/webkit/browser/fileapi/local_file_system_operation.h b/webkit/browser/fileapi/local_file_system_operation.h
|
| index 044081db8682bd79acf322b43145f2f9a81b0261..0ccf33c82bd81f3967542a904a569d11af8be983 100644
|
| --- a/webkit/browser/fileapi/local_file_system_operation.h
|
| +++ b/webkit/browser/fileapi/local_file_system_operation.h
|
| @@ -29,7 +29,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT LocalFileSystemOperation
|
| : public NON_EXPORTED_BASE(FileSystemOperation),
|
| public base::SupportsWeakPtr<LocalFileSystemOperation> {
|
| public:
|
| - // NOTE: This constructor should not be called outside MountPointProviders;
|
| + // NOTE: This constructor should not be called outside FileSystemBackends;
|
| // instead please consider using
|
| // file_system_context->CreateFileSystemOperation() to instantiate
|
| // an appropriate FileSystemOperation.
|
|
|