| Index: chrome/browser/chromeos/power/peripheral_battery_observer.cc
|
| diff --git a/chrome/browser/chromeos/power/peripheral_battery_observer.cc b/chrome/browser/chromeos/power/peripheral_battery_observer.cc
|
| index 9af16902a3e94920a83dfd738140d2af3c996706..289878a479137cb2dec0fecd3d2db60dbc3a4e2c 100644
|
| --- a/chrome/browser/chromeos/power/peripheral_battery_observer.cc
|
| +++ b/chrome/browser/chromeos/power/peripheral_battery_observer.cc
|
| @@ -221,7 +221,7 @@ bool PeripheralBatteryObserver::PostNotification(const std::string& address,
|
| IDR_NOTIFICATION_PERIPHERAL_BATTERY_LOW),
|
| UTF8ToUTF16(battery.name),
|
| string_text,
|
| - WebKit::WebTextDirectionDefault,
|
| + blink::WebTextDirectionDefault,
|
| string16(),
|
| UTF8ToUTF16(address),
|
| new PeripheralBatteryNotificationDelegate(address));
|
|
|