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

Unified Diff: content/browser/android/system_ui_resource_manager_impl.h

Issue 629183002: Replacing the OVERRIDE with override and FINAL with final in content/browser/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolving Error in android 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: content/browser/android/system_ui_resource_manager_impl.h
diff --git a/content/browser/android/system_ui_resource_manager_impl.h b/content/browser/android/system_ui_resource_manager_impl.h
index 277f9f0956831be7ea9140d85cdb426d4362a392..54b2bd39d957f4c40ae88b2240214f5df1e7145e 100644
--- a/content/browser/android/system_ui_resource_manager_impl.h
+++ b/content/browser/android/system_ui_resource_manager_impl.h
@@ -28,8 +28,8 @@ class CONTENT_EXPORT SystemUIResourceManagerImpl
UIResourceProvider* ui_resource_provider);
virtual ~SystemUIResourceManagerImpl();
- virtual void PreloadResource(ResourceType type) OVERRIDE;
- virtual cc::UIResourceId GetUIResourceId(ResourceType type) OVERRIDE;
+ virtual void PreloadResource(ResourceType type) override;
+ virtual cc::UIResourceId GetUIResourceId(ResourceType type) override;
private:
friend class TestSystemUIResourceManagerImpl;

Powered by Google App Engine
This is Rietveld 408576698