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

Unified Diff: ash/system/web_notification/ash_popup_alignment_delegate_unittest.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/system/user/user_view.cc ('k') | ash/system/web_notification/web_notification_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
diff --git a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
index 9aed9db5c007f6207e0307015f78122f944212a7..d86ed4d2a45470e09728cb205bb065b650d64608 100644
--- a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
+++ b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
@@ -55,13 +55,7 @@ class AshPopupAlignmentDelegateTest : public test::AshTestBase {
}
protected:
- enum Position {
- TOP_LEFT,
- TOP_RIGHT,
- BOTTOM_LEFT,
- BOTTOM_RIGHT,
- OUTSIDE
- };
+ enum Position { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT, OUTSIDE };
AshPopupAlignmentDelegate* alignment_delegate() {
return alignment_delegate_.get();
@@ -100,9 +94,7 @@ class AshPopupAlignmentDelegateTest : public test::AshTestBase {
return (center_point.y() < point.y()) ? BOTTOM_LEFT : TOP_LEFT;
}
- gfx::Rect GetWorkArea() {
- return alignment_delegate_->work_area_;
- }
+ gfx::Rect GetWorkArea() { return alignment_delegate_->work_area_; }
std::unique_ptr<views::Widget> CreateTestWidget(int container_id) {
std::unique_ptr<views::Widget> widget(new views::Widget);
« no previous file with comments | « ash/system/user/user_view.cc ('k') | ash/system/web_notification/web_notification_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698