Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / remoting / host / installer / mac / uninstaller / remoting_uninstaller.h
blob3a3b8ca647f2edb6292ea353677af00fdccefaa6
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #import <Cocoa/Cocoa.h>
7 @interface RemotingUninstaller : NSObject {
10 - (OSStatus)remotingUninstall;
12 @end