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

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: 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/content/app_activity_registry.h
diff --git a/athena/content/app_activity_registry.h b/athena/content/app_activity_registry.h
index cce807106120c5809f4de0aa1d001aa4bc377ae9..486ae44424d34a5f196a2397396c475ec36a945d 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);

Powered by Google App Engine
This is Rietveld 408576698