| Index: content/browser/fileapi/mock_file_update_observer.h
|
| diff --git a/content/browser/fileapi/mock_file_update_observer.h b/content/browser/fileapi/mock_file_update_observer.h
|
| index 9f0ffef7cd908e545e890df9e7b790cff397aa45..b01c6c96b51d4eea599ca07a80e1579b60266506 100644
|
| --- a/content/browser/fileapi/mock_file_update_observer.h
|
| +++ b/content/browser/fileapi/mock_file_update_observer.h
|
| @@ -25,9 +25,9 @@ class MockFileUpdateObserver : public FileUpdateObserver {
|
| static UpdateObserverList CreateList(MockFileUpdateObserver* observer);
|
|
|
| // FileUpdateObserver overrides.
|
| - virtual void OnStartUpdate(const FileSystemURL& url) OVERRIDE;
|
| - virtual void OnUpdate(const FileSystemURL& url, int64 delta) OVERRIDE;
|
| - virtual void OnEndUpdate(const FileSystemURL& url) OVERRIDE;
|
| + virtual void OnStartUpdate(const FileSystemURL& url) override;
|
| + virtual void OnUpdate(const FileSystemURL& url, int64 delta) override;
|
| + virtual void OnEndUpdate(const FileSystemURL& url) override;
|
|
|
| void Enable() { is_ready_ = true; }
|
|
|
|
|