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

Unified Diff: chrome/browser/ui/ash/palette_delegate_chromeos.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/ui/ash/palette_delegate_chromeos.cc
diff --git a/chrome/browser/ui/ash/palette_delegate_chromeos.cc b/chrome/browser/ui/ash/palette_delegate_chromeos.cc
index cbecd0cfcf55db1adef5abd6c1ee9f267c79adb6..3f06c3dbdb61f67ce7925496e710afb14742ed9d 100644
--- a/chrome/browser/ui/ash/palette_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/palette_delegate_chromeos.cc
@@ -5,7 +5,7 @@
#include "chrome/browser/ui/ash/palette_delegate_chromeos.h"
#include "ash/accelerators/accelerator_controller_delegate_aura.h"
-#include "ash/aura/wm_shell_aura.h"
+#include "ash/aura/shell_port_classic.h"
#include "ash/screenshot_delegate.h"
#include "ash/shell.h"
#include "ash/system/palette/palette_utils.h"
@@ -133,7 +133,7 @@ bool PaletteDelegateChromeOS::ShouldShowPalette() {
}
void PaletteDelegateChromeOS::TakeScreenshot() {
- auto* screenshot_delegate = ash::WmShellAura::Get()
+ auto* screenshot_delegate = ash::ShellPortClassic::Get()
->accelerator_controller_delegate()
->screenshot_delegate();
screenshot_delegate->HandleTakeScreenshotForAllRootWindows();
@@ -141,7 +141,7 @@ void PaletteDelegateChromeOS::TakeScreenshot() {
void PaletteDelegateChromeOS::TakePartialScreenshot(const base::Closure& done) {
auto* screenshot_controller = ash::Shell::Get()->screenshot_controller();
- auto* screenshot_delegate = ash::WmShellAura::Get()
+ auto* screenshot_delegate = ash::ShellPortClassic::Get()
->accelerator_controller_delegate()
->screenshot_delegate();

Powered by Google App Engine
This is Rietveld 408576698