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

Unified Diff: ash/wm/immersive_revealed_lock.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/wm/immersive_fullscreen_controller_unittest.cc ('k') | ash/wm/lock_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/immersive_revealed_lock.h
diff --git a/ash/wm/immersive_revealed_lock.h b/ash/wm/immersive_revealed_lock.h
index 49568c63b8d25e4b0818142ba2bcf8042f0c5f1e..24be34f740ec244cb60652c0ba526185b1502c10 100644
--- a/ash/wm/immersive_revealed_lock.h
+++ b/ash/wm/immersive_revealed_lock.h
@@ -20,10 +20,7 @@ class ASH_EXPORT ImmersiveRevealedLock {
public:
class ASH_EXPORT Delegate {
public:
- enum AnimateReveal {
- ANIMATE_REVEAL_YES,
- ANIMATE_REVEAL_NO
- };
+ enum AnimateReveal { ANIMATE_REVEAL_YES, ANIMATE_REVEAL_NO };
virtual void LockRevealedState(AnimateReveal animate_reveal) = 0;
virtual void UnlockRevealedState() = 0;
« no previous file with comments | « ash/wm/immersive_fullscreen_controller_unittest.cc ('k') | ash/wm/lock_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698