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

Unified Diff: chrome/browser/gpu/gl_string_manager.h

Issue 648653003: Standardize usage of virtual/override/final in chrome/browser/ (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: chrome/browser/gpu/gl_string_manager.h
diff --git a/chrome/browser/gpu/gl_string_manager.h b/chrome/browser/gpu/gl_string_manager.h
index 254f1583961afa8d5febc1ecfd861c5b175c63d7..f9eb97eef491d9156dfc46920175d18b3a317faf 100644
--- a/chrome/browser/gpu/gl_string_manager.h
+++ b/chrome/browser/gpu/gl_string_manager.h
@@ -17,13 +17,13 @@ class GLStringManager : public content::GpuDataManagerObserver {
static void RegisterPrefs(PrefRegistrySimple* registry);
GLStringManager();
- virtual ~GLStringManager();
+ ~GLStringManager() override;
// Get cached GL strings in local state and send them to GpuDataManager.
void Initialize();
// content::GpuDataManagerObserver
- virtual void OnGpuInfoUpdate() override;
+ void OnGpuInfoUpdate() override;
private:
std::string gl_vendor_;
« no previous file with comments | « chrome/browser/google/google_url_tracker_navigation_helper_impl.h ('k') | chrome/browser/gpu/gpu_feature_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698