| Index: components/arc/test/fake_app_instance.h
|
| diff --git a/components/arc/test/fake_app_instance.h b/components/arc/test/fake_app_instance.h
|
| index 3f29ee8d7e6366fbf6c67c9a3f40e56211d2b63c..9acddf1c53275d1fd013aad4453b9ec678a668a2 100644
|
| --- a/components/arc/test/fake_app_instance.h
|
| +++ b/components/arc/test/fake_app_instance.h
|
| @@ -76,6 +76,7 @@ class FakeAppInstance : public AppInstance {
|
| const mojo::String& activity,
|
| ScreenRectPtr dimension,
|
| const CanHandleResolutionCallback& callback) override;
|
| + void UninstallPackage(const mojo::String& package_name) override;
|
|
|
| // Methods to reply messages.
|
| void SendRefreshAppList(const std::vector<AppInfo>& apps);
|
|
|