Index: ash/mus/app_list_presenter_mus.h |
diff --git a/ash/mus/app_list_presenter_mus.h b/ash/mus/app_list_presenter_mus.h |
index fdeac08ad7f8fb15e799d7574077180e0243da7c..61651ae65667df36fc422e42b2b89e14b7b30c12 100644 |
--- a/ash/mus/app_list_presenter_mus.h |
+++ b/ash/mus/app_list_presenter_mus.h |
@@ -16,7 +16,7 @@ class Connector; |
namespace ash { |
// Mus+ash implementation of the AppListPresenter interface for mash, which |
-// talks to the mojo app list service in chrome. |
+// talks to the app list service in chrome. |
class AppListPresenterMus : public app_list::AppListPresenter { |
public: |
explicit AppListPresenterMus(::shell::Connector* connector); |
@@ -30,7 +30,7 @@ class AppListPresenterMus : public app_list::AppListPresenter { |
bool GetTargetVisibility() const override; |
private: |
- // Connect to the mojo app list service in chrome if the connection hasn't |
+ // Connect to the app list service in chrome if the connection hasn't |
// been established or has an error. |
void ConnectIfNeeded(); |