| Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| index 989bd740123007319b17b4ca5778a31928e789e5..1dc2d2138a11cebb7a39bb1162b11222e808be76 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #import "core/layout/LayoutTheme.h"
|
| #import "core/paint/ThemePainterMac.h"
|
| -#import "wtf/HashMap.h"
|
| -#import "wtf/RetainPtr.h"
|
| +#import "platform/wtf/HashMap.h"
|
| +#import "platform/wtf/RetainPtr.h"
|
|
|
| OBJC_CLASS BlinkLayoutThemeNotificationObserver;
|
|
|
|
|