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

Unified Diff: ash/common/system/chromeos/system_clock_observer.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/common/system/chromeos/settings/tray_settings.cc ('k') | ash/common/system/chromeos/tray_tracing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/system_clock_observer.cc
diff --git a/ash/common/system/chromeos/system_clock_observer.cc b/ash/common/system/chromeos/system_clock_observer.cc
index a7dc5966b7e81a25fd37bb2b310405a2ba394488..984c6ca11aa406935bf27589163994dad492d91e 100644
--- a/ash/common/system/chromeos/system_clock_observer.cc
+++ b/ash/common/system/chromeos/system_clock_observer.cc
@@ -11,16 +11,15 @@
namespace ash {
SystemClockObserver::SystemClockObserver() {
- chromeos::DBusThreadManager::Get()->GetSystemClockClient()
- ->AddObserver(this);
+ chromeos::DBusThreadManager::Get()->GetSystemClockClient()->AddObserver(this);
chromeos::system::TimezoneSettings::GetInstance()->AddObserver(this);
can_set_time_ =
chromeos::DBusThreadManager::Get()->GetSystemClockClient()->CanSetTime();
}
SystemClockObserver::~SystemClockObserver() {
- chromeos::DBusThreadManager::Get()->GetSystemClockClient()
- ->RemoveObserver(this);
+ chromeos::DBusThreadManager::Get()->GetSystemClockClient()->RemoveObserver(
+ this);
chromeos::system::TimezoneSettings::GetInstance()->RemoveObserver(this);
}
« no previous file with comments | « ash/common/system/chromeos/settings/tray_settings.cc ('k') | ash/common/system/chromeos/tray_tracing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698