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

Unified Diff: athena/main/athena_content_client.h

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@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: athena/main/athena_content_client.h
diff --git a/athena/main/athena_content_client.h b/athena/main/athena_content_client.h
index 0b0e22dac9b632065425bdaf7c4c7618c9434a1e..4ed425ca355020aa63e70a653483328aaaef71d4 100644
--- a/athena/main/athena_content_client.h
+++ b/athena/main/athena_content_client.h
@@ -12,7 +12,7 @@ namespace athena {
class AthenaContentClient : public extensions::ShellContentClient {
public:
AthenaContentClient();
- virtual ~AthenaContentClient();
+ ~AthenaContentClient() override;
private:
// extensions::ShellContentClient:

Powered by Google App Engine
This is Rietveld 408576698