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

Unified Diff: Source/platform/scroll/ScrollbarTheme.cpp

Issue 329253005: Qualify the generated includes in platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix Mac build Created 6 years, 6 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: Source/platform/scroll/ScrollbarTheme.cpp
diff --git a/Source/platform/scroll/ScrollbarTheme.cpp b/Source/platform/scroll/ScrollbarTheme.cpp
index 4bee8aa7b7fc05f2a118d020b67e818e82b97b7d..c1f8ea952c6a982faf2ecc359046ab9c285bdab0 100644
--- a/Source/platform/scroll/ScrollbarTheme.cpp
+++ b/Source/platform/scroll/ScrollbarTheme.cpp
@@ -26,8 +26,8 @@
#include "config.h"
#include "platform/scroll/ScrollbarTheme.h"
-#include "RuntimeEnabledFeatures.h"
#include "platform/PlatformMouseEvent.h"
+#include "platform/RuntimeEnabledFeatures.h"
#include "platform/graphics/Color.h"
#include "platform/graphics/GraphicsContext.h"
#include "platform/scroll/ScrollbarThemeClient.h"
« no previous file with comments | « Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp ('k') | Source/platform/scroll/ScrollbarThemeAura.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698