| Index: ui/gfx/font_fallback_mac.mm
|
| diff --git a/ui/gfx/font_fallback_mac.mm b/ui/gfx/font_fallback_mac.mm
|
| index 25df09a6969406c1c49e9c6161edac027cc5c556..d312f8b037d6b24a9cd548924d3dc62174a2ce17 100644
|
| --- a/ui/gfx/font_fallback_mac.mm
|
| +++ b/ui/gfx/font_fallback_mac.mm
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "ui/gfx/font_fallback.h"
|
|
|
| -#import <Foundation/Foundation.h>
|
| #include <dlfcn.h>
|
| +#import <Foundation/Foundation.h>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#import "base/strings/sys_string_conversions.h"
|
| #include "base/mac/foundation_util.h"
|
| #import "base/mac/mac_util.h"
|
| +#import "base/strings/sys_string_conversions.h"
|
|
|
| // CTFontCopyDefaultCascadeListForLanguages() doesn't exist in the 10.6 SDK.
|
| // There is only the following. It doesn't exist in the public header files,
|
|
|