| Index: chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| diff --git a/chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h b/chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| index e16a47d0910fdf3ed4954b0c3fb8b8a88949a404..87866459f3059b2ef0860bf407f7f8c744825dd5 100644
|
| --- a/chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| +++ b/chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| @@ -22,8 +22,8 @@ class MockBrowsingDataFileSystemHelper : public BrowsingDataFileSystemHelper {
|
|
|
| // BrowsingDataFileSystemHelper implementation.
|
| virtual void StartFetching(const base::Callback<
|
| - void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
|
| - virtual void DeleteFileSystemOrigin(const GURL& origin) OVERRIDE;
|
| + void(const std::list<FileSystemInfo>&)>& callback) override;
|
| + virtual void DeleteFileSystemOrigin(const GURL& origin) override;
|
|
|
| // Adds a specific filesystem.
|
| void AddFileSystem(const GURL& origin,
|
|
|