Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: ash/system/chromeos/network/tray_vpn.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/chromeos/network/tray_sms.cc ('k') | ash/system/chromeos/network/vpn_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/system/chromeos/network/tray_sms.cc ('k') | ash/system/chromeos/network/vpn_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698