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

Unified Diff: ash/high_contrast/high_contrast_controller.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/frame/header_painter.h ('k') | ash/host/ash_window_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/high_contrast/high_contrast_controller.cc
diff --git a/ash/high_contrast/high_contrast_controller.cc b/ash/high_contrast/high_contrast_controller.cc
index 3d2a84aef8a5a6dfa6378c41d777cea840e65cfc..ce76eaa8959d1ce8bcda0e9918e9d038bfa651c9 100644
--- a/ash/high_contrast/high_contrast_controller.cc
+++ b/ash/high_contrast/high_contrast_controller.cc
@@ -12,8 +12,7 @@
namespace ash {
-HighContrastController::HighContrastController()
- : enabled_(false) {
+HighContrastController::HighContrastController() : enabled_(false) {
WmShell::Get()->AddShellObserver(this);
}
@@ -27,7 +26,7 @@ void HighContrastController::SetEnabled(bool enabled) {
// Update all active displays.
aura::Window::Windows root_window_list = Shell::GetAllRootWindows();
for (aura::Window::Windows::iterator it = root_window_list.begin();
- it != root_window_list.end(); it++) {
+ it != root_window_list.end(); it++) {
UpdateDisplay(*it);
}
}
« no previous file with comments | « ash/frame/header_painter.h ('k') | ash/host/ash_window_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698