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

Unified Diff: Source/core/page/Chrome.cpp

Issue 17569013: Remove unused includes from core/inspector, core/loader and core/page (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 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/page/Chrome.cpp
diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
index ba649efddde4ba9ffedb42a6a11101490b176505..94c87489586d24fdc3eb3ef5c88c6abbd460b3bf 100644
--- a/Source/core/page/Chrome.cpp
+++ b/Source/core/page/Chrome.cpp
@@ -23,10 +23,6 @@
#include "core/page/Chrome.h"
#include "public/platform/WebScreenInfo.h"
-#include <wtf/PassRefPtr.h>
-#include <wtf/RefPtr.h>
-#include <wtf/text/StringBuilder.h>
-#include <wtf/Vector.h>
#include "HTMLNames.h"
#include "core/dom/Document.h"
#include "core/html/HTMLInputElement.h"
@@ -44,6 +40,9 @@
#include "core/platform/network/DNS.h"
#include "core/rendering/HitTestResult.h"
#include "core/storage/StorageNamespace.h"
+#include "wtf/PassRefPtr.h"
+#include "wtf/RefPtr.h"
+#include "wtf/Vector.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698