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

Unified Diff: ash/test/test_shelf_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_session_state_delegate.cc ('k') | ash/test/test_shell_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shelf_delegate.cc
diff --git a/ash/test/test_shelf_delegate.cc b/ash/test/test_shelf_delegate.cc
index 52c365b69acd8f82581923226126c82bd2a7d3da..2605eb1148af3ee05849ee6d2b206bdac01ce757 100644
--- a/ash/test/test_shelf_delegate.cc
+++ b/ash/test/test_shelf_delegate.cc
@@ -20,8 +20,7 @@ namespace test {
TestShelfDelegate* TestShelfDelegate::instance_ = NULL;
-TestShelfDelegate::TestShelfDelegate(ShelfModel* model)
- : model_(model) {
+TestShelfDelegate::TestShelfDelegate(ShelfModel* model) : model_(model) {
CHECK(!instance_);
instance_ = this;
}
@@ -83,7 +82,7 @@ void TestShelfDelegate::OnWindowDestroying(aura::Window* window) {
}
void TestShelfDelegate::OnWindowHierarchyChanging(
- const HierarchyChangeParams& params) {
+ const HierarchyChangeParams& params) {
// The window may be legitimately reparented while staying open if it moves
// to another display or container. If the window does not have a new parent
// then remove the shelf item.
« no previous file with comments | « ash/test/test_session_state_delegate.cc ('k') | ash/test/test_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698