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

Unified Diff: extensions/common/api/bluetooth/bluetooth_manifest_handler.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/common/api/bluetooth/bluetooth_manifest_handler.h
diff --git a/extensions/common/api/bluetooth/bluetooth_manifest_handler.h b/extensions/common/api/bluetooth/bluetooth_manifest_handler.h
index cd4224e1760620c121c56abeb4ba48ef51a11dbb..3b6eaa49eaa81858cbe89a8a8f517b79bd71d1e4 100644
--- a/extensions/common/api/bluetooth/bluetooth_manifest_handler.h
+++ b/extensions/common/api/bluetooth/bluetooth_manifest_handler.h
@@ -24,14 +24,14 @@ class BluetoothManifestHandler : public ManifestHandler {
virtual ~BluetoothManifestHandler();
// ManifestHandler overrides.
- virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE;
- virtual ManifestPermission* CreatePermission() OVERRIDE;
+ virtual bool Parse(Extension* extension, base::string16* error) override;
+ virtual ManifestPermission* CreatePermission() override;
virtual ManifestPermission* CreateInitialRequiredPermission(
- const Extension* extension) OVERRIDE;
+ const Extension* extension) override;
private:
// ManifestHandler overrides.
- virtual const std::vector<std::string> Keys() const OVERRIDE;
+ virtual const std::vector<std::string> Keys() const override;
DISALLOW_COPY_AND_ASSIGN(BluetoothManifestHandler);
};
« no previous file with comments | « extensions/browser/warning_service.h ('k') | extensions/common/api/bluetooth/bluetooth_manifest_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698