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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm

Issue 2801653002: Rewrite references to "wtf/" to "platform/wtf/" in platform/scroll. (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/platform/scroll/ScrollbarThemeMac.mm
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm
index f9f6e974fc41e15c597ccf06c6bf431c3c62bf0a..1195850961946f6bbb01df7e57190a544fb1d102 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm
@@ -35,14 +35,14 @@
#include "platform/mac/NSScrollerImpDetails.h"
#include "platform/mac/ScrollAnimatorMac.h"
#include "platform/scroll/ScrollbarThemeClient.h"
-#include "public/platform/WebMouseEvent.h"
-#include "public/platform/WebThemeEngine.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/RetainPtr.h"
+#include "platform/wtf/StdLibExtras.h"
#include "public/platform/Platform.h"
+#include "public/platform/WebMouseEvent.h"
#include "public/platform/WebRect.h"
+#include "public/platform/WebThemeEngine.h"
#include "skia/ext/skia_utils_mac.h"
-#include "wtf/HashSet.h"
-#include "wtf/RetainPtr.h"
-#include "wtf/StdLibExtras.h"
// FIXME: There are repainting problems due to Aqua scroll bar buttons' visual
// overflow.

Powered by Google App Engine
This is Rietveld 408576698