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

Unified Diff: ash/test/test_shell_delegate.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/test/test_shelf_delegate.cc ('k') | ash/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 1b85400fd1bc6b9bb397e5d5eef89f47923574a1..491ab63c66185ac6de4b1c739f1092ac98693db4 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -111,8 +111,7 @@ TestShellDelegate::TestShellDelegate()
app_list_presenter_delegate_factory_(new AppListPresenterDelegateFactory(
base::WrapUnique(new AppListViewDelegateFactoryImpl))) {}
-TestShellDelegate::~TestShellDelegate() {
-}
+TestShellDelegate::~TestShellDelegate() {}
bool TestShellDelegate::IsFirstRunAfterBoot() const {
return false;
@@ -138,11 +137,9 @@ bool TestShellDelegate::IsForceMaximizeOnFirstRun() const {
return force_maximize_on_first_run_;
}
-void TestShellDelegate::PreInit() {
-}
+void TestShellDelegate::PreInit() {}
-void TestShellDelegate::PreShutdown() {
-}
+void TestShellDelegate::PreShutdown() {}
void TestShellDelegate::Exit() {
num_exit_requests_++;
« no previous file with comments | « ash/test/test_shelf_delegate.cc ('k') | ash/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698