| Index: public/web/WebPopupMenu.h
|
| diff --git a/public/web/WebPopupMenu.h b/public/web/WebPopupMenu.h
|
| index f97b1fa2fa33ce440d65e81d15b5171cc3223042..2927672978413dfcdb76f1e9ef5c08f0655f56e7 100644
|
| --- a/public/web/WebPopupMenu.h
|
| +++ b/public/web/WebPopupMenu.h
|
| @@ -34,7 +34,7 @@
|
| #include "../platform/WebCommon.h"
|
| #include "WebWidget.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebWidgetClient;
|
|
|
| @@ -46,6 +46,6 @@ public:
|
| BLINK_EXPORT static void setMinimumRowHeight(int);
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|