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

Unified Diff: ash/first_run/first_run_helper_impl.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/first_run/first_run_helper_impl.h ('k') | ash/first_run/first_run_helper_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/first_run/first_run_helper_impl.cc
diff --git a/ash/first_run/first_run_helper_impl.cc b/ash/first_run/first_run_helper_impl.cc
index 4ca1fc625e3fc0798fff94a348844f1a9d915a5d..0cb808de4406aba56fc45581222a8599eefa87a2 100644
--- a/ash/first_run/first_run_helper_impl.cc
+++ b/ash/first_run/first_run_helper_impl.cc
@@ -36,8 +36,7 @@ views::Widget* CreateFirstRunWindow() {
} // anonymous namespace
-FirstRunHelperImpl::FirstRunHelperImpl()
- : widget_(CreateFirstRunWindow()) {
+FirstRunHelperImpl::FirstRunHelperImpl() : widget_(CreateFirstRunWindow()) {
Shell::GetInstance()->overlay_filter()->Activate(this);
}
« no previous file with comments | « ash/first_run/first_run_helper_impl.h ('k') | ash/first_run/first_run_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698