| Index: chrome/installer/mac/app/OmahaXMLRequest.m
|
| diff --git a/chrome/installer/mac/app/OmahaXMLRequest.m b/chrome/installer/mac/app/OmahaXMLRequest.m
|
| index 8dad34210f7caf518cfabf2460e26041bfc96173..995d0b2689d0ec744ecb2a74d4453af7b30660e2 100644
|
| --- a/chrome/installer/mac/app/OmahaXMLRequest.m
|
| +++ b/chrome/installer/mac/app/OmahaXMLRequest.m
|
| @@ -2,9 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#import <Foundation/Foundation.h>
|
| -
|
| #include "OmahaXMLRequest.h"
|
| +
|
| #include "SystemInfo.h"
|
|
|
| @implementation OmahaXMLRequest : NSObject
|
|
|