| Index: Source/web/WebPopupMenuImpl.h
|
| diff --git a/Source/web/WebPopupMenuImpl.h b/Source/web/WebPopupMenuImpl.h
|
| index efaa1bc2d7091866f86e885b5552222a1e529421..54a05d091b1fe3f76034fb66c3a7dbd74406472c 100644
|
| --- a/Source/web/WebPopupMenuImpl.h
|
| +++ b/Source/web/WebPopupMenuImpl.h
|
| @@ -48,7 +48,7 @@ class Range;
|
| class Widget;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebGestureEvent;
|
| class WebKeyboardEvent;
|
| class WebMouseEvent;
|
| @@ -147,6 +147,6 @@ inline WebPopupMenuImpl* toWebPopupMenuImpl(WebCore::FramelessScrollViewClient*
|
| return static_cast<WebPopupMenuImpl*>(client);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|