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

Unified Diff: athena/main/athena_content_client.h

Issue 623103002: replace OVERRIDE and FINAL with override and final in athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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
« no previous file with comments | « athena/input/input_manager_impl.cc ('k') | athena/main/athena_frame_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_content_client.h
diff --git a/athena/main/athena_content_client.h b/athena/main/athena_content_client.h
index ec94f19668ccf00d9481ed21ae0c172362a17cae..0b0e22dac9b632065425bdaf7c4c7618c9434a1e 100644
--- a/athena/main/athena_content_client.h
+++ b/athena/main/athena_content_client.h
@@ -17,7 +17,7 @@ class AthenaContentClient : public extensions::ShellContentClient {
private:
// extensions::ShellContentClient:
virtual void AddPepperPlugins(
- std::vector<content::PepperPluginInfo>* plugins) OVERRIDE;
+ std::vector<content::PepperPluginInfo>* plugins) override;
DISALLOW_COPY_AND_ASSIGN(AthenaContentClient);
};
« no previous file with comments | « athena/input/input_manager_impl.cc ('k') | athena/main/athena_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698