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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

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/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 6587f1dfa15a243b598a33068af351df2482907d..61c72c60367b7faae944151244f81f5cb9d9d27d 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -23,6 +23,7 @@
#ifndef ChromeClient_h
#define ChromeClient_h
+#include <memory>
#include "base/gtest_prod_util.h"
#include "core/CoreExport.h"
#include "core/dom/AXObjectCache.h"
@@ -36,14 +37,13 @@
#include "platform/PopupMenu.h"
#include "platform/heap/Handle.h"
#include "platform/scroll/ScrollTypes.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/Optional.h"
+#include "platform/wtf/Vector.h"
#include "public/platform/BlameContext.h"
#include "public/platform/WebDragOperation.h"
#include "public/platform/WebEventListenerProperties.h"
#include "public/platform/WebFocusType.h"
-#include "wtf/Forward.h"
-#include "wtf/Optional.h"
-#include "wtf/Vector.h"
-#include <memory>
// To avoid conflicts with the CreateWindow macro from the Windows SDK...
#undef CreateWindow

Powered by Google App Engine
This is Rietveld 408576698