| Index: chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc b/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc
|
| index 07cdeb08864df4855e679e3420a50e4091edd7b0..325ffd009d12fefd66d6196a4dab6b0b50c89a31 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc
|
| @@ -22,16 +22,16 @@ class BrowsingDataFlashLSOHelperImpl
|
|
|
| // BrowsingDataFlashLSOHelper implementation:
|
| virtual void StartFetching(
|
| - const GetSitesWithFlashDataCallback& callback) OVERRIDE;
|
| - virtual void DeleteFlashLSOsForSite(const std::string& site) OVERRIDE;
|
| + const GetSitesWithFlashDataCallback& callback) override;
|
| + virtual void DeleteFlashLSOsForSite(const std::string& site) override;
|
|
|
| // PepperFlashSettingsManager::Client overrides:
|
| virtual void OnGetSitesWithDataCompleted(
|
| uint32 request_id,
|
| - const std::vector<std::string>& sites) OVERRIDE;
|
| + const std::vector<std::string>& sites) override;
|
| virtual void OnClearSiteDataCompleted(
|
| uint32 request_id,
|
| - bool success) OVERRIDE;
|
| + bool success) override;
|
|
|
| private:
|
| virtual ~BrowsingDataFlashLSOHelperImpl();
|
|
|