| Index: device/devices_app/public/cpp/devices_app_factory.h
|
| diff --git a/device/devices_app/public/cpp/devices_app_factory.h b/device/devices_app/public/cpp/devices_app_factory.h
|
| index ba031850f42484ce55c8f0678f615278b2f18ddd..6ba7447e85cc7a28724d95ce3c8878bd696ec239 100644
|
| --- a/device/devices_app/public/cpp/devices_app_factory.h
|
| +++ b/device/devices_app/public/cpp/devices_app_factory.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| namespace mojo {
|
| -class ApplicationDelegate;
|
| +class ShellClient;
|
| }
|
|
|
| namespace device {
|
| @@ -20,7 +20,7 @@ class DevicesAppFactory {
|
| // Creates a DevicesApp delegate which can be used to launch a new instance
|
| // of the devices app on a mojo application runner. The caller owns the
|
| // delegate.
|
| - static scoped_ptr<mojo::ApplicationDelegate> CreateApp();
|
| + static scoped_ptr<mojo::ShellClient> CreateApp();
|
| };
|
|
|
| } // namespace device
|
|
|