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

Unified Diff: ash/mus/app_list_presenter_mus.h

Issue 2335833002: mash: Port ash_sysui app list presenter to mojo:ash. (Closed)
Patch Set: Reorder ShellDelegateMus members. Created 4 years, 3 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 | « ash/mus/BUILD.gn ('k') | ash/mus/app_list_presenter_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/app_list_presenter_mus.h
diff --git a/ash/sysui/app_list_presenter_mus.h b/ash/mus/app_list_presenter_mus.h
similarity index 87%
rename from ash/sysui/app_list_presenter_mus.h
rename to ash/mus/app_list_presenter_mus.h
index b2d36e5950930077dfb7f261ba32a8e15363282f..fdeac08ad7f8fb15e799d7574077180e0243da7c 100644
--- a/ash/sysui/app_list_presenter_mus.h
+++ b/ash/mus/app_list_presenter_mus.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSUI_APP_LIST_PRESENTER_MUS_H_
-#define ASH_SYSUI_APP_LIST_PRESENTER_MUS_H_
+#ifndef ASH_MUS_APP_LIST_PRESENTER_MUS_H_
+#define ASH_MUS_APP_LIST_PRESENTER_MUS_H_
#include "base/macros.h"
#include "ui/app_list/presenter/app_list_presenter.h"
@@ -32,7 +32,7 @@ class AppListPresenterMus : public app_list::AppListPresenter {
private:
// Connect to the mojo app list service in chrome if the connection hasn't
// been established or has an error.
- bool ConnectIfNeeded();
+ void ConnectIfNeeded();
::shell::Connector* connector_;
app_list::mojom::AppListPresenterPtr presenter_;
@@ -42,4 +42,4 @@ class AppListPresenterMus : public app_list::AppListPresenter {
} // namespace ash
-#endif // ASH_SYSUI_APP_LIST_PRESENTER_MUS_H_
+#endif // ASH_MUS_APP_LIST_PRESENTER_MUS_H_
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/app_list_presenter_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698