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

Unified Diff: Source/core/testing/InternalSettings.cpp

Issue 16282004: Remove unused includes from various .cpp files in core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 7 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/testing/InternalSettings.cpp
diff --git a/Source/core/testing/InternalSettings.cpp b/Source/core/testing/InternalSettings.cpp
index 2f5d97ce1d935b124170ace15aed3ab19c4ff063..99baaa18cc7401a9acb6e9ed607c899e2ac03617 100644
--- a/Source/core/testing/InternalSettings.cpp
+++ b/Source/core/testing/InternalSettings.cpp
@@ -28,15 +28,10 @@
#include "InternalSettings.h"
#include "RuntimeEnabledFeatures.h"
-#include "core/dom/Document.h"
#include "core/dom/ExceptionCode.h"
-#include "core/page/Frame.h"
-#include "core/page/FrameView.h"
#include "core/page/Page.h"
#include "core/page/Settings.h"
-#include "core/platform/Language.h"
#include "core/platform/Supplementable.h"
-#include "core/platform/graphics/TextRun.h"
#include "core/platform/text/LocaleToScriptMapping.h"
#if ENABLE(INPUT_TYPE_COLOR)

Powered by Google App Engine
This is Rietveld 408576698