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

Unified Diff: mash/screenlock/screenlock.h

Issue 1817443002: Rename mash_shell to mash_session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « mash/screenlock/BUILD.gn ('k') | mash/screenlock/screenlock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/screenlock/screenlock.h
diff --git a/mash/screenlock/screenlock.h b/mash/screenlock/screenlock.h
index f1d2755dd5c768b4345b52c30d5b395a14a09fdc..f7d172396d800a524c6084f36ba7871a3ba72aa9 100644
--- a/mash/screenlock/screenlock.h
+++ b/mash/screenlock/screenlock.h
@@ -9,7 +9,7 @@
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
-#include "mash/shell/public/interfaces/shell.mojom.h"
+#include "mash/session/public/interfaces/session.mojom.h"
#include "mojo/public/cpp/bindings/binding_set.h"
#include "mojo/services/tracing/public/cpp/tracing_impl.h"
#include "mojo/shell/public/cpp/shell_client.h"
@@ -22,7 +22,7 @@ namespace mash {
namespace screenlock {
class Screenlock : public mojo::ShellClient,
- public shell::mojom::ScreenlockStateListener {
+ public session::mojom::ScreenlockStateListener {
public:
Screenlock();
~Screenlock() override;
@@ -38,7 +38,7 @@ class Screenlock : public mojo::ShellClient,
mojo::TracingImpl tracing_;
scoped_ptr<views::AuraInit> aura_init_;
- mojo::BindingSet<mash::shell::mojom::ScreenlockStateListener> bindings_;
+ mojo::BindingSet<session::mojom::ScreenlockStateListener> bindings_;
DISALLOW_COPY_AND_ASSIGN(Screenlock);
};
« no previous file with comments | « mash/screenlock/BUILD.gn ('k') | mash/screenlock/screenlock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698