| Index: public/web/WebMenuItemInfo.h
|
| diff --git a/public/web/WebMenuItemInfo.h b/public/web/WebMenuItemInfo.h
|
| index f15caace7e8a2418d8c01396331d4bc59db36648..2b08f42917d6c9bbde8052a329fe477aec4ab65f 100644
|
| --- a/public/web/WebMenuItemInfo.h
|
| +++ b/public/web/WebMenuItemInfo.h
|
| @@ -36,7 +36,7 @@
|
| #include "../platform/WebVector.h"
|
| #include "WebTextDirection.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebMenuItemInfo {
|
| enum Type {
|
| @@ -68,6 +68,6 @@ struct WebMenuItemInfo {
|
| bool checked;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|