| Index: chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_file_system_helper.cc b/chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| index 9a65ed577b3c50da93001fe2ba353915227e0f33..0df684214ee80fc8e0808d31b6dd098132909e0a 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| @@ -35,8 +35,8 @@ class BrowsingDataFileSystemHelperImpl : public BrowsingDataFileSystemHelper {
|
| explicit BrowsingDataFileSystemHelperImpl(
|
| storage::FileSystemContext* filesystem_context);
|
| 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;
|
|
|
| private:
|
| virtual ~BrowsingDataFileSystemHelperImpl();
|
|
|