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

Unified Diff: ash/accelerators/accelerator_controller_unittest.cc

Issue 2761063002: Move more from WmShell to Shell (Closed)
Patch Set: cleanup Created 3 years, 9 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 | « no previous file | ash/aura/wm_shell_aura.h » ('j') | ash/shell.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_controller_unittest.cc
diff --git a/ash/accelerators/accelerator_controller_unittest.cc b/ash/accelerators/accelerator_controller_unittest.cc
index a449c4ae85ed4551753abe448a3090010f1784d6..34289d1f5a0957f9718758c62150013d9b3b234a 100644
--- a/ash/accelerators/accelerator_controller_unittest.cc
+++ b/ash/accelerators/accelerator_controller_unittest.cc
@@ -265,12 +265,12 @@ class AcceleratorControllerTest : public test::AshTestBase {
void SetBrightnessControlDelegate(
std::unique_ptr<BrightnessControlDelegate> delegate) {
- WmShell::Get()->brightness_control_delegate_ = std::move(delegate);
+ Shell::Get()->brightness_control_delegate_ = std::move(delegate);
}
void SetKeyboardBrightnessControlDelegate(
std::unique_ptr<KeyboardBrightnessControlDelegate> delegate) {
- WmShell::Get()->keyboard_brightness_control_delegate_ = std::move(delegate);
+ Shell::Get()->keyboard_brightness_control_delegate_ = std::move(delegate);
}
private:
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | ash/shell.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698