summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/file_system/entry_watcher_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/file_system/entry_watcher_service.h')
-rw-r--r--chrome/browser/extensions/api/file_system/entry_watcher_service.h4
1 files changed, 2 insertions, 2 deletions
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 4e88989..a75448e 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.