| 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);
|
| };
|
|
|