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

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

Issue 16282004: Remove unused includes from various .cpp files in core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: re-add HTMLFormElement to EmptyClients for windows 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
« no previous file with comments | « Source/core/page/AutoscrollController.cpp ('k') | Source/core/page/Console.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.cpp
diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
index 42815579cde64bb92ec212bd15db4bbd175506e6..7f86793de6eb9a72ca179525eb58ee7abdbbb0e7 100644
--- a/Source/core/page/Chrome.cpp
+++ b/Source/core/page/Chrome.cpp
@@ -29,8 +29,6 @@
#include <wtf/Vector.h>
#include "HTMLNames.h"
#include "core/dom/Document.h"
-#include "core/fileapi/FileList.h"
-#include "core/html/HTMLFormElement.h"
#include "core/html/HTMLInputElement.h"
#include "core/inspector/InspectorInstrumentation.h"
#include "core/page/ChromeClient.h"
@@ -39,20 +37,12 @@
#include "core/page/Page.h"
#include "core/page/PageGroupLoadDeferrer.h"
#include "core/page/PopupOpeningObserver.h"
-#include "core/page/Settings.h"
-#include "core/page/WindowFeatures.h"
#include "core/platform/DateTimeChooser.h"
#include "core/platform/FileChooser.h"
-#include "core/platform/FileIconLoader.h"
#include "core/platform/graphics/FloatRect.h"
-#include "core/platform/graphics/Icon.h"
#include "core/platform/network/DNS.h"
-#include "core/platform/network/ResourceHandle.h"
#include "core/rendering/HitTestResult.h"
-#include "core/rendering/RenderObject.h"
#include "core/storage/StorageNamespace.h"
-#include "modules/geolocation/Geolocation.h"
-#include "weborigin/SecurityOrigin.h"
#if ENABLE(INPUT_TYPE_COLOR)
#include "core/platform/ColorChooser.h"
« no previous file with comments | « Source/core/page/AutoscrollController.cpp ('k') | Source/core/page/Console.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698