Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: extensions/shell/common/shell_content_client.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/shell/common/shell_content_client.h
diff --git a/extensions/shell/common/shell_content_client.h b/extensions/shell/common/shell_content_client.h
index d3583e247bc7d32e70b538da9d5e72296417f85c..e30f4d7946890db1ca56a99523e65ee83912de88 100644
--- a/extensions/shell/common/shell_content_client.h
+++ b/extensions/shell/common/shell_content_client.h
@@ -17,18 +17,18 @@ class ShellContentClient : public content::ContentClient {
virtual ~ShellContentClient();
virtual void AddPepperPlugins(
- std::vector<content::PepperPluginInfo>* plugins) OVERRIDE;
+ std::vector<content::PepperPluginInfo>* plugins) override;
virtual void AddAdditionalSchemes(
std::vector<std::string>* standard_schemes,
- std::vector<std::string>* saveable_shemes) OVERRIDE;
- virtual std::string GetUserAgent() const OVERRIDE;
- virtual base::string16 GetLocalizedString(int message_id) const OVERRIDE;
+ std::vector<std::string>* saveable_shemes) override;
+ virtual std::string GetUserAgent() const override;
+ virtual base::string16 GetLocalizedString(int message_id) const override;
virtual base::StringPiece GetDataResource(
int resource_id,
- ui::ScaleFactor scale_factor) const OVERRIDE;
+ ui::ScaleFactor scale_factor) const override;
virtual base::RefCountedStaticMemory* GetDataResourceBytes(
- int resource_id) const OVERRIDE;
- virtual gfx::Image& GetNativeImageNamed(int resource_id) const OVERRIDE;
+ int resource_id) const override;
+ virtual gfx::Image& GetNativeImageNamed(int resource_id) const override;
private:
DISALLOW_COPY_AND_ASSIGN(ShellContentClient);
« no previous file with comments | « extensions/shell/browser/shell_special_storage_policy.h ('k') | extensions/shell/common/shell_extensions_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698