| Index: Source/web/PageScaleConstraintsSet.cpp
|
| diff --git a/Source/web/PageScaleConstraintsSet.cpp b/Source/web/PageScaleConstraintsSet.cpp
|
| index 7eab89600e988ab519dd974df56f9be1f80d6542..6588421145ced4aea9a17ee274560cb508d486f8 100644
|
| --- a/Source/web/PageScaleConstraintsSet.cpp
|
| +++ b/Source/web/PageScaleConstraintsSet.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "platform/Length.h"
|
| #include "wtf/Assertions.h"
|
|
|
| -using namespace WebCore;
|
| +using namespace blink;
|
|
|
| namespace blink {
|
|
|
| @@ -234,4 +234,4 @@ void PageScaleConstraintsSet::adjustForAndroidWebViewQuirks(const ViewportDescri
|
| m_pageDefinedConstraints.layoutSize.setHeight(adjustedLayoutSizeHeight);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|