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

Unified Diff: ash/mus/app_list_presenter_mus.h

Issue 2397353002: Purge references of "Mojo Application" from comments & var names. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | base/i18n/icu_util.h » ('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/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();
« no previous file with comments | « no previous file | base/i18n/icu_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698