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

Unified Diff: ash/shelf/shelf_bezel_event_filter.h

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/shelf/shelf.cc ('k') | ash/shelf/shelf_bezel_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_bezel_event_filter.h
diff --git a/ash/shelf/shelf_bezel_event_filter.h b/ash/shelf/shelf_bezel_event_filter.h
index 5493b836ef8631d34438a9115ebbf8b9b5c2a453..f2edffbeb997a5702e3c7ba83ff8b9fc3ffa4af2 100644
--- a/ash/shelf/shelf_bezel_event_filter.h
+++ b/ash/shelf/shelf_bezel_event_filter.h
@@ -24,8 +24,7 @@ class ShelfBezelEventFilter : public ui::EventHandler {
void OnGestureEvent(ui::GestureEvent* event) override;
private:
- bool IsShelfOnBezel(const gfx::Rect& screen,
- const gfx::Point& point) const;
+ bool IsShelfOnBezel(const gfx::Rect& screen, const gfx::Point& point) const;
ShelfLayoutManager* shelf_; // non-owned
bool in_touch_drag_;
« no previous file with comments | « ash/shelf/shelf.cc ('k') | ash/shelf/shelf_bezel_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698