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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_service_ash.cc

Issue 2721153004: Remove ash_util namespace (Closed)
Patch Set: Created 3 years, 10 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/app_list/app_list_service_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
index 8b1207e54e33310942089ee61a32afa8880a625f..52887676ce09b4feedc4795036720c5458f39b9a 100644
--- a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
@@ -80,7 +80,7 @@ AppListServiceAsh* AppListServiceAsh::GetInstance() {
AppListServiceAsh::AppListServiceAsh() {
std::unique_ptr<app_list::AppListPresenterDelegateFactory> factory;
- if (ash_util::IsRunningInMash()) {
+ if (IsRunningInMash()) {
factory = base::MakeUnique<AppListPresenterDelegateFactoryMus>(
base::MakeUnique<ViewDelegateFactoryImpl>(this));
} else {

Powered by Google App Engine
This is Rietveld 408576698