Index: chrome/installer/mac/app/MainDelegate.h |
diff --git a/chrome/installer/mac/app/MainDelegate.h b/chrome/installer/mac/app/MainDelegate.h |
deleted file mode 100644 |
index 3b2a03c0ef671067020beb55a0c5dbec16d6e307..0000000000000000000000000000000000000000 |
--- a/chrome/installer/mac/app/MainDelegate.h |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright 2016 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CHROME_INSTALLER_MAC_APP_MAINDELEGATE_H_ |
-#define CHROME_INSTALLER_MAC_APP_MAINDELEGATE_H_ |
- |
-#import <Foundation/Foundation.h> |
- |
-#import "Downloader.h" |
-#import "OmahaCommunication.h" |
- |
-@interface MainDelegate |
- : NSObject<OmahaCommunicationDelegate, DownloaderDelegate> |
-- (void)runApplication; |
-@end |
- |
-#endif // CHROME_INSTALLER_MAC_APP_MAINDELEGATE_H_ |