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

Unified Diff: ash/host/ash_window_tree_host.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/high_contrast/high_contrast_controller.cc ('k') | ash/host/ash_window_tree_host_init_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host.cc
diff --git a/ash/host/ash_window_tree_host.cc b/ash/host/ash_window_tree_host.cc
index 2c819c01bb3b707992de1d2e17c60fa9d23d7bd3..c704aa6708a89b912b7239894ee0fce54041a052 100644
--- a/ash/host/ash_window_tree_host.cc
+++ b/ash/host/ash_window_tree_host.cc
@@ -29,8 +29,7 @@ base::LazyInstance<AshWindowTreeHost::Factory> creation_factory =
} // namespace
-AshWindowTreeHost::AshWindowTreeHost() : input_method_handler_(nullptr) {
-}
+AshWindowTreeHost::AshWindowTreeHost() : input_method_handler_(nullptr) {}
void AshWindowTreeHost::TranslateLocatedEvent(ui::LocatedEvent* event) {
if (event->IsTouchEvent())
« no previous file with comments | « ash/high_contrast/high_contrast_controller.cc ('k') | ash/host/ash_window_tree_host_init_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698