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

Unified Diff: chrome/browser/policy/policy_browsertest.cc

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 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
Index: chrome/browser/policy/policy_browsertest.cc
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
index e337a926fa2dbc38b02b70b00bdad5f90da7dc78..1102c490a4565a30bc6f2805200744d0b7f76a5d 100644
--- a/chrome/browser/policy/policy_browsertest.cc
+++ b/chrome/browser/policy/policy_browsertest.cc
@@ -199,7 +199,7 @@
#include "ash/accelerators/accelerator_controller.h"
#include "ash/accelerators/accelerator_table.h"
#include "ash/accessibility_types.h"
-#include "ash/aura/wm_shell_aura.h"
+#include "ash/aura/shell_port_classic.h"
#include "ash/shell.h"
#include "chrome/browser/chromeos/accessibility/accessibility_manager.h"
#include "chrome/browser/chromeos/accessibility/magnification_manager.h"
@@ -687,7 +687,7 @@ class PolicyTest : public InProcessBrowserTest {
// ScreenshotGrabber doesn't own this observer, so the observer's lifetime
// is tied to the test instead.
chrome_screenshot_grabber->screenshot_grabber()->AddObserver(&observer_);
- ash::WmShellAura::Get()
+ ash::ShellPortClassic::Get()
->accelerator_controller_delegate()
->SetScreenshotDelegate(std::move(chrome_screenshot_grabber));
@@ -697,7 +697,7 @@ class PolicyTest : public InProcessBrowserTest {
content::RunMessageLoop();
static_cast<ChromeScreenshotGrabber*>(
- ash::WmShellAura::Get()
+ ash::ShellPortClassic::Get()
->accelerator_controller_delegate()
->screenshot_delegate())
->screenshot_grabber()

Powered by Google App Engine
This is Rietveld 408576698