| Index: public/web/WebWindowFeatures.h
|
| diff --git a/public/web/WebWindowFeatures.h b/public/web/WebWindowFeatures.h
|
| index 5df1a4d1ef2e88c69084d1b041fa7ba1f9a0812c..9e8581e7327ed386471fc220332319b43f5c7cef 100644
|
| --- a/public/web/WebWindowFeatures.h
|
| +++ b/public/web/WebWindowFeatures.h
|
| @@ -39,7 +39,7 @@
|
| #include "core/page/WindowFeatures.h"
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebWindowFeatures {
|
| float x;
|
| @@ -127,6 +127,6 @@ struct WebWindowFeatures {
|
| #endif
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|