| 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 624a7e7a6605228c0f3e5cf43068bf62144a4aa7..928c2b30f5cb7c0ea3a1dc0ed4a6ba4b84651ec3 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| +++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| @@ -30,7 +30,7 @@ class BluetoothPairingDialog : public ui::WebDialogDelegate {
|
| protected:
|
| // ui::WebDialogDelegate implementation.
|
| virtual ui::ModalType GetDialogModalType() const OVERRIDE;
|
| - virtual string16 GetDialogTitle() const OVERRIDE;
|
| + virtual base::string16 GetDialogTitle() const OVERRIDE;
|
| virtual GURL GetDialogContentURL() const OVERRIDE;
|
| virtual void GetWebUIMessageHandlers(
|
| std::vector<content::WebUIMessageHandler*>* handlers) const OVERRIDE;
|
|
|