| Index: public/web/WebPopupType.h
|
| diff --git a/public/web/WebPopupType.h b/public/web/WebPopupType.h
|
| index 1a84dd659159afb543a0df5c1e83cbc1453dfca8..c82dcce2dbc7cd77ffc064aaefeada45d467caa7 100644
|
| --- a/public/web/WebPopupType.h
|
| +++ b/public/web/WebPopupType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebPopupType_h
|
| #define WebPopupType_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| enum WebPopupType {
|
| WebPopupTypeNone, // Not a popup.
|
| @@ -41,6 +41,6 @@ enum WebPopupType {
|
| WebPopupTypeHelperPlugin, // An off-screen helper plugin.
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|