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

Unified Diff: ash/shell/window_watcher_shelf_item_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/shell/window_watcher.cc ('k') | ash/shell_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/window_watcher_shelf_item_delegate.cc
diff --git a/ash/shell/window_watcher_shelf_item_delegate.cc b/ash/shell/window_watcher_shelf_item_delegate.cc
index ca33759e893fc93118f35fff5e3d629d15e4dc2c..5c14eb34b0c502d08618c54ec38bef5b0e7a69f5 100644
--- a/ash/shell/window_watcher_shelf_item_delegate.cc
+++ b/ash/shell/window_watcher_shelf_item_delegate.cc
@@ -19,8 +19,7 @@ WindowWatcherShelfItemDelegate::WindowWatcherShelfItemDelegate(
DCHECK(watcher_);
}
-WindowWatcherShelfItemDelegate::~WindowWatcherShelfItemDelegate() {
-}
+WindowWatcherShelfItemDelegate::~WindowWatcherShelfItemDelegate() {}
ShelfItemDelegate::PerformedAction WindowWatcherShelfItemDelegate::ItemSelected(
const ui::Event& event) {
@@ -53,8 +52,7 @@ bool WindowWatcherShelfItemDelegate::ShouldShowTooltip() {
return true;
}
-void WindowWatcherShelfItemDelegate::Close() {
-}
+void WindowWatcherShelfItemDelegate::Close() {}
} // namespace shell
} // namespace ash
« no previous file with comments | « ash/shell/window_watcher.cc ('k') | ash/shell_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698