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

Unified Diff: ash/wm/resize_shadow_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/wm/resize_shadow_and_cursor_unittest.cc ('k') | ash/wm/resize_shadow_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/resize_shadow_controller.h
diff --git a/ash/wm/resize_shadow_controller.h b/ash/wm/resize_shadow_controller.h
index 81d9351e55e0549a3361b0fa2fd14755da494772..0c651e050ad379f5731d6775d05c66a7aaddab3d 100644
--- a/ash/wm/resize_shadow_controller.h
+++ b/ash/wm/resize_shadow_controller.h
@@ -42,7 +42,7 @@ class ASH_EXPORT ResizeShadowController : public aura::WindowObserver {
void OnWindowDestroyed(aura::Window* window) override;
private:
- typedef std::map<aura::Window*, linked_ptr<ResizeShadow> > WindowShadowMap;
+ typedef std::map<aura::Window*, linked_ptr<ResizeShadow>> WindowShadowMap;
// Creates a shadow for a given window and returns it. |window_shadows_|
// owns the memory.
« no previous file with comments | « ash/wm/resize_shadow_and_cursor_unittest.cc ('k') | ash/wm/resize_shadow_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698