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

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

Issue 2718023002: //third_party/WebKit/Source/core: include v8 as a user, not system, header (Closed)
Patch Set: Fix plugin/BUILD.gn deps Created 3 years, 10 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/timing/MemoryInfo.cpp
diff --git a/third_party/WebKit/Source/core/timing/MemoryInfo.cpp b/third_party/WebKit/Source/core/timing/MemoryInfo.cpp
index be531bb18672fe20aac351af214c15b2fb9e1919..22535ff6b93768ffe730c32fa6a5789d8ec097f1 100644
--- a/third_party/WebKit/Source/core/timing/MemoryInfo.cpp
+++ b/third_party/WebKit/Source/core/timing/MemoryInfo.cpp
@@ -30,14 +30,15 @@
#include "core/timing/MemoryInfo.h"
+#include <limits>
+
#include "core/frame/LocalFrame.h"
#include "core/frame/Settings.h"
#include "platform/RuntimeEnabledFeatures.h"
+#include "v8/include/v8.h"
#include "wtf/CurrentTime.h"
#include "wtf/MathExtras.h"
#include "wtf/ThreadSpecific.h"
-#include <limits>
-#include <v8.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698