| Index: ui/views/mus/aura_init.h
|
| diff --git a/ui/views/mus/aura_init.h b/ui/views/mus/aura_init.h
|
| index b2cf75098abc04190c63483851ba4d6ea27cd1b7..521acac91ee31267edf26c4a2d40cacfdab4fcd8 100644
|
| --- a/ui/views/mus/aura_init.h
|
| +++ b/ui/views/mus/aura_init.h
|
| @@ -18,7 +18,7 @@ class FontLoader;
|
| }
|
|
|
| namespace mojo {
|
| -class Shell;
|
| +class Connector;
|
| }
|
|
|
| namespace views {
|
| @@ -28,11 +28,11 @@ class ViewsDelegate;
|
| // |resource_file| is the path to the apk file containing the resources.
|
| class VIEWS_MUS_EXPORT AuraInit {
|
| public:
|
| - AuraInit(mojo::Shell* shell, const std::string& resource_file);
|
| + AuraInit(mojo::Connector* connector, const std::string& resource_file);
|
| ~AuraInit();
|
|
|
| private:
|
| - void InitializeResources(mojo::Shell* shell);
|
| + void InitializeResources(mojo::Connector* connector);
|
|
|
| #if defined(OS_LINUX) && !defined(OS_ANDROID)
|
| skia::RefPtr<font_service::FontLoader> font_loader_;
|
|
|