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

Unified Diff: athena/content/app_activity_registry.h

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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/content/app_activity_proxy.h ('k') | athena/content/app_activity_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/app_activity_registry.h
diff --git a/athena/content/app_activity_registry.h b/athena/content/app_activity_registry.h
index da8255c65a8fb840ea1d32f0decf8271244eeb08..9bcf09f72efde0196d158026d6876a6f47b61de9 100644
--- a/athena/content/app_activity_registry.h
+++ b/athena/content/app_activity_registry.h
@@ -31,7 +31,7 @@ class ATHENA_EXPORT AppActivityRegistry {
public:
AppActivityRegistry(const std::string& app_id,
content::BrowserContext* browser_context);
- virtual ~AppActivityRegistry();
+ ~AppActivityRegistry();
// Register an |AppActivity| with this application.
void RegisterAppActivity(AppActivity* app_activity);
« no previous file with comments | « athena/content/app_activity_proxy.h ('k') | athena/content/app_activity_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698