| Index: chrome/browser/ui/app_list/arc/arc_app_utils.h
 | 
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_utils.h b/chrome/browser/ui/app_list/arc/arc_app_utils.h
 | 
| index 389a05377fa115e6bb7ad7f80de2590a0eedd8c3..103f2086b55e69c6c3beded366ebf466bcba5a15 100644
 | 
| --- a/chrome/browser/ui/app_list/arc/arc_app_utils.h
 | 
| +++ b/chrome/browser/ui/app_list/arc/arc_app_utils.h
 | 
| @@ -11,6 +11,8 @@
 | 
|  #include "components/arc/common/app.mojom.h"
 | 
|  #include "ui/gfx/geometry/rect.h"
 | 
|  
 | 
| +class Profile;
 | 
| +
 | 
|  namespace content {
 | 
|  class BrowserContext;
 | 
|  }
 | 
| @@ -70,6 +72,9 @@ bool CanHandleResolution(content::BrowserContext* context,
 | 
|  // Uninstalls the package in ARC.
 | 
|  void UninstallPackage(const std::string& package_name);
 | 
|  
 | 
| +// Uninstalls Arc app or removes shortcut.
 | 
| +void UninstallArcApp(const std::string& app_id, Profile* profile);
 | 
| +
 | 
|  // Removes cached app shortcut icon in ARC.
 | 
|  void RemoveCachedIcon(const std::string& icon_resource_id);
 | 
|  
 | 
| 
 |