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

Unified Diff: ash/root_window_controller.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/popup_message_unittest.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 7d9b28b998547c9bb818ab6c728469f7ca61866f..a620e2a2186013540fa5a35e945793b40b680395 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -127,9 +127,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
ShelfWidget* shelf_widget() { return shelf_widget_.get(); }
// Get touch HUDs associated with this root window controller.
- TouchHudDebug* touch_hud_debug() const {
- return touch_hud_debug_;
- }
+ TouchHudDebug* touch_hud_debug() const { return touch_hud_debug_; }
TouchHudProjection* touch_hud_projection() const {
return touch_hud_projection_;
}
@@ -138,9 +136,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// will not own the HUDs; their lifetimes are managed by themselves. Whenever
// the widget showing a HUD is being destroyed (e.g. because of detaching a
// display), the HUD deletes itself.
- void set_touch_hud_debug(TouchHudDebug* hud) {
- touch_hud_debug_ = hud;
- }
+ void set_touch_hud_debug(TouchHudDebug* hud) { touch_hud_debug_ = hud; }
void set_touch_hud_projection(TouchHudProjection* hud) {
touch_hud_projection_ = hud;
}
@@ -247,10 +243,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
private:
explicit RootWindowController(AshWindowTreeHost* host);
- enum RootWindowType {
- PRIMARY,
- SECONDARY
- };
+ enum RootWindowType { PRIMARY, SECONDARY };
// Initializes the RootWindowController. |is_primary| is true if
// the controller is for primary display. |first_run_after_boot| is
« no previous file with comments | « ash/popup_message_unittest.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698