Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeMac.h

Issue 2809363002: Rewrite references to "wtf/" to "platform/wtf/" in core/layout. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698