| Index: webkit/fileapi/file_system_usage_tracker.h
|
| ===================================================================
|
| --- webkit/fileapi/file_system_usage_tracker.h (revision 79142)
|
| +++ webkit/fileapi/file_system_usage_tracker.h (working copy)
|
| @@ -24,11 +24,10 @@
|
|
|
| namespace fileapi {
|
|
|
| -// Owned by the SandboxedFileSystemContext, which is a per-profile
|
| -// instance, and has the same lifetime as the SandboxedFileSystemContext.
|
| -// It's going to be created and destroyed on the IO thread in chrome.
|
| -// (The destruction on the same thread where it is created was guaranteed
|
| -// by its owner, SandboxedFileSystemContext.)
|
| +// Owned by the FileSystemContext, which is a per-profile instance, and has the
|
| +// same lifetime as the FileSystemContext. It's going to be created and
|
| +// destroyed on the IO thread in chrome. (The destruction on the same thread
|
| +// where it is created was guaranteed by its owner, FileSystemContext.)
|
| class FileSystemUsageTracker {
|
| public:
|
| FileSystemUsageTracker(
|
|
|