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

Unified Diff: third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp

Issue 2815193003: Rewrite references to "wtf/" to "platform/wtf/" in core/page. (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/page/ScopedPageSuspender.cpp
diff --git a/third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp b/third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp
index a9ac7e77d90de952c976adff310a1cac9f7f139c..0951116d9c30579c2b2bf0b8bd664539b0d67a94 100644
--- a/third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp
+++ b/third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp
@@ -24,10 +24,10 @@
#include "core/loader/FrameLoader.h"
#include "core/page/Page.h"
#include "platform/heap/Handle.h"
+#include "platform/wtf/StdLibExtras.h"
+#include "platform/wtf/Vector.h"
#include "public/platform/Platform.h"
#include "public/platform/WebScheduler.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/Vector.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/page/ScopedPageSuspender.h ('k') | third_party/WebKit/Source/core/page/SpellCheckerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698