| Index: ash/system/chromeos/network/tray_vpn.cc
|
| diff --git a/ash/system/chromeos/network/tray_vpn.cc b/ash/system/chromeos/network/tray_vpn.cc
|
| index 5d6033d5cdafa11bacd12637f82787fefce66a7b..10a75e06e2a7a5d2454d1e9c9471b8a0addd7501 100644
|
| --- a/ash/system/chromeos/network/tray_vpn.cc
|
| +++ b/ash/system/chromeos/network/tray_vpn.cc
|
| @@ -116,8 +116,7 @@ TrayVPN::TrayVPN(SystemTray* system_tray)
|
| network_state_observer_.reset(new TrayNetworkStateObserver(this));
|
| }
|
|
|
| -TrayVPN::~TrayVPN() {
|
| -}
|
| +TrayVPN::~TrayVPN() {}
|
|
|
| views::View* TrayVPN::CreateTrayView(LoginStatus status) {
|
| return NULL;
|
| @@ -153,8 +152,7 @@ views::View* TrayVPN::CreateDetailedView(LoginStatus status) {
|
| return detailed_;
|
| }
|
|
|
| -void TrayVPN::DestroyTrayView() {
|
| -}
|
| +void TrayVPN::DestroyTrayView() {}
|
|
|
| void TrayVPN::DestroyDefaultView() {
|
| default_ = NULL;
|
|
|