| Index: Source/web/PageOverlayList.cpp
|
| diff --git a/Source/web/PageOverlayList.cpp b/Source/web/PageOverlayList.cpp
|
| index fb88f76396bf4a33dcf6af11be8e3123fa5608ab..5aec2810c36d87068a9879afea9fef40e8748b60 100644
|
| --- a/Source/web/PageOverlayList.cpp
|
| +++ b/Source/web/PageOverlayList.cpp
|
| @@ -33,7 +33,7 @@
|
| #include "WebPageOverlay.h"
|
| #include "WebViewImpl.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| PassOwnPtr<PageOverlayList> PageOverlayList::create(WebViewImpl* viewImpl)
|
| {
|
| @@ -136,4 +136,4 @@ size_t PageOverlayList::findGraphicsLayer(WebCore::GraphicsLayer* layer)
|
| return WTF::kNotFound;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|