| 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..27262117b05036da830b6730fe4e73f926295e48 100644 | 
| --- a/components/arc/test/fake_app_instance.h | 
| +++ b/components/arc/test/fake_app_instance.h | 
| @@ -76,6 +76,8 @@ class FakeAppInstance : public AppInstance { | 
| const mojo::String& activity, | 
| ScreenRectPtr dimension, | 
| const CanHandleResolutionCallback& callback) override; | 
| +  void UninstallApp(const mojo::String& package_name, | 
| +                    const UninstallAppCallback& callback) override; | 
|  | 
| // Methods to reply messages. | 
| void SendRefreshAppList(const std::vector<AppInfo>& apps); | 
|  |