| Index: third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp b/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| index b187b40e13f73e61224a9f657fb39742fa205590..2825c48e8182b17016a535ae1e074cd41bac5177 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| @@ -25,16 +25,10 @@
|
|
|
| #include "core/layout/LayoutIFrame.h"
|
|
|
| -#include "core/HTMLNames.h"
|
| -#include "core/frame/FrameView.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/html/HTMLIFrameElement.h"
|
| #include "core/layout/LayoutAnalyzer.h"
|
|
|
| namespace blink {
|
|
|
| -using namespace HTMLNames;
|
| -
|
| LayoutIFrame::LayoutIFrame(Element* element)
|
| : LayoutPart(element)
|
| {
|
|
|