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

Unified Diff: ash/snap_to_pixel_layout_manager.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/shell_unittest.cc ('k') | ash/sticky_keys/sticky_keys_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/snap_to_pixel_layout_manager.cc
diff --git a/ash/snap_to_pixel_layout_manager.cc b/ash/snap_to_pixel_layout_manager.cc
index d47629a3c761a9b83ae96b53c1a334afd438c492..0126c2aae266c88f37029362258c883f5259d790 100644
--- a/ash/snap_to_pixel_layout_manager.cc
+++ b/ash/snap_to_pixel_layout_manager.cc
@@ -10,29 +10,22 @@
namespace ash {
-SnapToPixelLayoutManager::SnapToPixelLayoutManager(aura::Window* container) {
-}
+SnapToPixelLayoutManager::SnapToPixelLayoutManager(aura::Window* container) {}
-SnapToPixelLayoutManager::~SnapToPixelLayoutManager() {
-}
+SnapToPixelLayoutManager::~SnapToPixelLayoutManager() {}
-void SnapToPixelLayoutManager::OnWindowResized() {
-}
+void SnapToPixelLayoutManager::OnWindowResized() {}
-void SnapToPixelLayoutManager::OnWindowAddedToLayout(aura::Window* child) {
-}
+void SnapToPixelLayoutManager::OnWindowAddedToLayout(aura::Window* child) {}
void SnapToPixelLayoutManager::OnWillRemoveWindowFromLayout(
- aura::Window* child) {
-}
+ aura::Window* child) {}
-void SnapToPixelLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) {
-}
+void SnapToPixelLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) {}
void SnapToPixelLayoutManager::OnChildWindowVisibilityChanged(
aura::Window* child,
- bool visibile) {
-}
+ bool visibile) {}
void SnapToPixelLayoutManager::SetChildBounds(
aura::Window* child,
« no previous file with comments | « ash/shell_unittest.cc ('k') | ash/sticky_keys/sticky_keys_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698