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

Unified Diff: extensions/shell/browser/shell_display_info_provider.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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: extensions/shell/browser/shell_display_info_provider.h
diff --git a/extensions/shell/browser/shell_display_info_provider.h b/extensions/shell/browser/shell_display_info_provider.h
index 5b041d993fa0cac82bde2dc583bb1013cb218c19..a68bcd50a9f3c174cb4d84a9a0fe18a408b8a621 100644
--- a/extensions/shell/browser/shell_display_info_provider.h
+++ b/extensions/shell/browser/shell_display_info_provider.h
@@ -17,11 +17,11 @@ class ShellDisplayInfoProvider : public DisplayInfoProvider {
// DisplayInfoProvider implementation.
virtual bool SetInfo(const std::string& display_id,
const core_api::system_display::DisplayProperties& info,
- std::string* error) OVERRIDE;
+ std::string* error) override;
virtual void UpdateDisplayUnitInfoForPlatform(
const gfx::Display& display,
- extensions::core_api::system_display::DisplayUnitInfo* unit) OVERRIDE;
- virtual gfx::Screen* GetActiveScreen() OVERRIDE;
+ extensions::core_api::system_display::DisplayUnitInfo* unit) override;
+ virtual gfx::Screen* GetActiveScreen() override;
private:
DISALLOW_COPY_AND_ASSIGN(ShellDisplayInfoProvider);
« no previous file with comments | « extensions/shell/browser/shell_device_client.h ('k') | extensions/shell/browser/shell_extension_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698