| Index: content/public/test/sandbox_file_system_test_helper.h
|
| diff --git a/content/public/test/sandbox_file_system_test_helper.h b/content/public/test/sandbox_file_system_test_helper.h
|
| index e78a0634750bad8d4df4c8fcee760bbb9dbfa027..2edac67e71de0b4059fe0eef4bd9005c6c20ed84 100644
|
| --- a/content/public/test/sandbox_file_system_test_helper.h
|
| +++ b/content/public/test/sandbox_file_system_test_helper.h
|
| @@ -77,6 +77,7 @@ class SandboxFileSystemTestHelper {
|
| storage::FileSystemOperationContext* NewOperationContext();
|
|
|
| void AddFileChangeObserver(storage::FileChangeObserver* observer);
|
| + void AddFileUpdateObserver(storage::FileUpdateObserver* observer);
|
|
|
| storage::FileSystemContext* file_system_context() const {
|
| return file_system_context_.get();
|
|
|