| Index: chrome/browser/extensions/api/file_system/entry_watcher_service.h
|
| diff --git a/chrome/browser/extensions/api/file_system/entry_watcher_service.h b/chrome/browser/extensions/api/file_system/entry_watcher_service.h
|
| index 4e889897a23610ee4aa769ea44b7731045d38cfd..a75448e3c0bc46d40bd99c575fd1c129acdb263e 100644
|
| --- a/chrome/browser/extensions/api/file_system/entry_watcher_service.h
|
| +++ b/chrome/browser/extensions/api/file_system/entry_watcher_service.h
|
| @@ -61,8 +61,8 @@ class EntryWatcherService : public KeyedService,
|
| const std::string& extension_id);
|
|
|
| // storage::WatcherManager::Observer overrides.
|
| - virtual void OnEntryChanged(const storage::FileSystemURL& url) OVERRIDE;
|
| - virtual void OnEntryRemoved(const storage::FileSystemURL& url) OVERRIDE;
|
| + virtual void OnEntryChanged(const storage::FileSystemURL& url) override;
|
| + virtual void OnEntryRemoved(const storage::FileSystemURL& url) override;
|
|
|
| // Sets a custom dispatcher for tests in order to be able to verify dispatched
|
| // events.
|
|
|