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

Unified Diff: chrome/browser/chromeos/chrome_interface_factory.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/chromeos/chrome_interface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/chrome_interface_factory.h
diff --git a/chrome/browser/chromeos/chrome_interface_factory.h b/chrome/browser/chromeos/chrome_interface_factory.h
index 8f57d3a86edee95d911deb31fd51caa34127020a..74feaecb133b725f2d9a5ab1307d52d44fe0a22e 100644
--- a/chrome/browser/chromeos/chrome_interface_factory.h
+++ b/chrome/browser/chromeos/chrome_interface_factory.h
@@ -17,18 +17,18 @@ namespace chromeos {
// InterfaceFactory for creating all services provided by chrome.
class ChromeInterfaceFactory
: public content::MojoShellConnection::Listener,
- public mojo::InterfaceFactory<keyboard::mojom::Keyboard> {
+ public shell::InterfaceFactory<keyboard::mojom::Keyboard> {
public:
ChromeInterfaceFactory();
~ChromeInterfaceFactory() override;
private:
// content::MojoShellConnection::Listener:
- bool AcceptConnection(mojo::Connection* connection) override;
+ bool AcceptConnection(shell::Connection* connection) override;
- // mojo::InterfaceFactory<keyboard::Keyboard>:
+ // shell::InterfaceFactory<keyboard::Keyboard>:
void Create(
- mojo::Connection* connection,
+ shell::Connection* connection,
mojo::InterfaceRequest<keyboard::mojom::Keyboard> request) override;
std::unique_ptr<KeyboardUIService> keyboard_ui_service_;
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/chromeos/chrome_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698