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

Unified Diff: Source/core/timing/MemoryInfo.cpp

Issue 339573006: Qualify the generated includes in core (part 7) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/core/timing/MemoryInfo.cpp
diff --git a/Source/core/timing/MemoryInfo.cpp b/Source/core/timing/MemoryInfo.cpp
index e6285ee5dddde95e2739b04866fa48573ac6189f..6c804cc6708bc296881d51fdc0eccff8749e7654 100644
--- a/Source/core/timing/MemoryInfo.cpp
+++ b/Source/core/timing/MemoryInfo.cpp
@@ -31,13 +31,13 @@
#include "config.h"
#include "core/timing/MemoryInfo.h"
-#include "RuntimeEnabledFeatures.h"
-#include <limits>
#include "core/frame/LocalFrame.h"
#include "core/frame/Settings.h"
+#include "platform/RuntimeEnabledFeatures.h"
#include "wtf/CurrentTime.h"
#include "wtf/MainThread.h"
#include "wtf/MathExtras.h"
+#include <limits>
namespace WebCore {
« no previous file with comments | « Source/core/testing/v8/WebCoreTestSupport.cpp ('k') | Source/core/workers/WorkerGlobalScopeProxyProvider.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698