| Index: chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| index 53cf426e94237569e21f941c2ec6aed582ce02d9..a0439770ccd629f649bc1d200959fba512a38e66 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| +++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| @@ -29,20 +29,20 @@ class BluetoothPairingDialog : public ui::WebDialogDelegate {
|
|
|
| protected:
|
| // ui::WebDialogDelegate implementation.
|
| - virtual ui::ModalType GetDialogModalType() const OVERRIDE;
|
| - virtual base::string16 GetDialogTitle() const OVERRIDE;
|
| - virtual GURL GetDialogContentURL() const OVERRIDE;
|
| + virtual ui::ModalType GetDialogModalType() const override;
|
| + virtual base::string16 GetDialogTitle() const override;
|
| + virtual GURL GetDialogContentURL() const override;
|
| virtual void GetWebUIMessageHandlers(
|
| - std::vector<content::WebUIMessageHandler*>* handlers) const OVERRIDE;
|
| - virtual void GetDialogSize(gfx::Size* size) const OVERRIDE;
|
| - virtual std::string GetDialogArgs() const OVERRIDE;
|
| + std::vector<content::WebUIMessageHandler*>* handlers) const override;
|
| + virtual void GetDialogSize(gfx::Size* size) const override;
|
| + virtual std::string GetDialogArgs() const override;
|
| // NOTE: This function deletes this object at the end.
|
| - virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
|
| + virtual void OnDialogClosed(const std::string& json_retval) override;
|
| virtual void OnCloseContents(
|
| - content::WebContents* source, bool* out_close_dialog) OVERRIDE;
|
| - virtual bool ShouldShowDialogTitle() const OVERRIDE;
|
| + content::WebContents* source, bool* out_close_dialog) override;
|
| + virtual bool ShouldShowDialogTitle() const override;
|
| virtual bool HandleContextMenu(
|
| - const content::ContextMenuParams& params) OVERRIDE;
|
| + const content::ContextMenuParams& params) override;
|
|
|
| private:
|
| gfx::NativeWindow parent_window_;
|
|
|