Chromium Code Reviews

Unified Diff: Source/modules/screen_orientation/ScreenOrientationController.cpp

Issue 339793006: Remove unnecessary Document.h includes in .cpp files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/modules/screen_orientation/ScreenOrientationController.cpp
diff --git a/Source/modules/screen_orientation/ScreenOrientationController.cpp b/Source/modules/screen_orientation/ScreenOrientationController.cpp
index e5880ed4149daa940c9fa2e16655389ddb6f328c..af35b986950871a69d10afc1166fb7977f197568 100644
--- a/Source/modules/screen_orientation/ScreenOrientationController.cpp
+++ b/Source/modules/screen_orientation/ScreenOrientationController.cpp
@@ -5,7 +5,6 @@
#include "config.h"
#include "modules/screen_orientation/ScreenOrientationController.h"
-#include "core/dom/Document.h"
#include "core/frame/LocalDOMWindow.h"
#include "core/frame/FrameView.h"
#include "core/frame/LocalFrame.h"
« no previous file with comments | « Source/modules/quota/DeprecatedStorageInfo.cpp ('k') | Source/modules/serviceworkers/ServiceWorkerContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine