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

Unified Diff: ash/shell/app_list.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: ash/shell/app_list.cc
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index 7923499899662ac395ed1a7dba5965a17d80992f..0cc998ba6b3fd3e0804868bf8ee3658eff050037 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -11,7 +11,7 @@
#include "ash/shell.h"
#include "ash/shell/example_factory.h"
#include "ash/shell/toplevel_window.h"
-#include "ash/wm_shell.h"
+#include "ash/shell_port.h"
#include "base/callback.h"
#include "base/files/file_path.h"
#include "base/i18n/case_conversion.h"
@@ -274,7 +274,7 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
}
void Dismiss() override {
- DCHECK(WmShell::HasInstance());
+ DCHECK(ShellPort::HasInstance());
Shell::Get()->DismissAppList();
}

Powered by Google App Engine
This is Rietveld 408576698