Commit 2657abfa authored by Qiang Xu's avatar Qiang Xu Committed by Commit Bot

ash: MagnificationControllerImpl -> MagnificationController

changes:
Mostly mechanical changes. Eliminate MagnificationControllerImpl and
make the methods the same order in .cc and .h.

Bug: none
Test: manual test and test coverages
Change-Id: I549aeb9722b9b86690de6db28c1dd0d98da68f6d
Reviewed-on: https://chromium-review.googlesource.com/972606
Commit-Queue: Qiang Xu <warx@google.com>
Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544767}
parent 98265775
This diff is collapsed.
This diff is collapsed.
......@@ -1090,7 +1090,7 @@ void Shell::Init(ui::ContextFactory* context_factory,
voice_interaction_controller_ =
std::make_unique<VoiceInteractionController>();
magnification_controller_.reset(MagnificationController::CreateInstance());
magnification_controller_ = std::make_unique<MagnificationController>();
mru_window_tracker_ = std::make_unique<MruWindowTracker>();
autoclick_controller_.reset(AutoclickController::CreateInstance());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment